codestudy/oed

oed

dz / codestudy / oed

Summary

Code study for oed, the OpenBSD fork of ed

Subgraphs

Node Tree

Nodes

questions
content questions I find myself while investigating.
location codestudy/dz/oed/main.dz:4

2025-01-04 13:50 was oed written in ed?

I wonder how that would influence the code style and code structure.
news
content news, updates, to this codestudy etc
location codestudy/dz/oed/files.dz:7

2025-01-04 13:32 I'm on a train and poorly prepared

No internet, and the project I was hoping to look at (ripgre) is not on my computer at the moment. But ed is here. Ed is here. 2025-01-04 14:06 top-level main traversed

I've done an initial spelunking of main(). It's enough to get the ball rolling. The tooling I've written for myself is sparse, but is getting better. A little more work is needed. Code snippets are not visible in the graph, and neither are logs turned into nodes. 2025-01-04 14:32 Adding an ad-hoc file importer

Hoping this will eventually grow into a re-usable tool. My current version is written in my own special build of Lua, which can be kind of clunky. --- The program in question needs to take in a file and import each line into a row called dz_textfiles. A new filename should also be given, as it will appear in the graph. --- Once the data is in the database, the generator can use this to produce code snippets in the metadata.
files
location codestudy/dz/oed/files.dz:1