Commit Graph

7 Commits (master)

Author SHA1 Message Date
dozens 77a3c87170 rectoad and recowl
big change. ripped out retroforth because it was kind of slow. put the
whole thing in a recfile. surprising nobody. the difficult thing about
this change (although i am otherwise happy) is that the source is a
single file, the rec database at `/db/database.rec`. this makes it
impossible (as far as i know) to to an incremental build such as with
make(1) because the source file, as soon as you update it, is
immediately newer than all of the target files. so everything gets
rebuilt on every build. so i just build everything anyway for now. until
i can figure out something better.

also i export the comic to gemini, which you can find at the link below.

gemini://tilde.town/~dozens/comic
2024-01-07 17:10:35 -07:00
dozens 652a21c2f0 💄 2023-08-23 21:52:18 -06:00
dozens b88c449a35 typo 2021-08-29 20:57:51 -06:00
dozens 60376bc41c fix: panel 3
read to end of line
2021-08-29 16:20:47 -06:00
dozens 7381537f12 fix: panel one
it's a compromise. we don't print the separator line (`---`) any more,
but also you have to enter the blank lines you want in the source file
2021-08-29 16:20:47 -06:00
dozens 3d4c071864 feat: argument validation 2021-08-29 16:20:47 -06:00
dozens c7d0d07c24 feat: toad.md v0.0.1 2021-08-29 14:41:33 -06:00