charles childers crc · any pronouns
  • Joined on 2024-05-23
crc pushed to master at crc/retroforth 2024-09-12 21:10:10 +02:00
79990effa3 add describe to easily add descriptions in the source
c0cd63c34f add d:words-missing-details
Compare 2 commits »
crc pushed to master at crc/retroforth 2024-09-12 15:50:07 +02:00
0e7611bd8c retro-describe(1) now uses internal glossary data
835ea26562 add descriptions from the glossary to the image
Compare 2 commits »
crc pushed to master at crc/retroforth 2024-09-12 15:30:09 +02:00
cf00ecef3b add float, address stack effect diagrams
e802eca967 fix stack comments for retro.muri, retro.forth words (no longer append float & address effects)
Compare 2 commits »
crc pushed to master at crc/retroforth 2024-09-11 17:10:08 +02:00
586b80b72a add new header fields: d:astack d:fstack & d:descr
crc pushed to master at crc/retroforth 2024-09-09 20:30:09 +02:00
a514c52369 all visible words now have stack comments added
crc pushed to master at crc/retroforth 2024-09-09 20:10:07 +02:00
3962c08662 down to 10 words w/o recorded stack comments
crc pushed to master at crc/retroforth 2024-09-09 18:10:06 +02:00
1611c8898b d:describe now resolves class name
crc pushed to master at crc/retroforth 2024-09-09 17:50:07 +02:00
8e4faa5479 most words now have stack comments recorded
crc pushed to master at crc/retroforth 2024-09-09 16:50:07 +02:00
86191b4e12 add stack comments for block: ffi: script: and socket: words
crc pushed to master at crc/retroforth 2024-09-09 16:10:07 +02:00
8fbd1cc461 add stack comments for file: and ioctl: words
dcefc4fb1e add stack comments for f: and e: words
Compare 2 commits »
crc pushed to master at crc/retroforth 2024-09-09 15:50:06 +02:00
d6f94f656a add stack comments for words in unix:
crc pushed to master at crc/retroforth 2024-09-09 14:50:07 +02:00
6335f78231 add extended sigil:( to save stack comments, d:describe
crc pushed to master at crc/retroforth 2024-09-09 14:10:11 +02:00
9281b1b737 add a d:stack field to hold a pointer to a stack comment for a word (currently unused)
crc pushed to main at crc/ilo-vm 2024-09-08 01:44:54 +02:00
5fb0e2de51 add faster ilo-fast.c implementation from Christopher Leonard
crc pushed to master at crc/retroforth 2024-09-06 12:50:07 +02:00
5c52887aa8 fix #101: epub: chapter names are not rendered
crc pushed to master at crc/retroforth 2024-09-06 12:30:10 +02:00
2f6d35485a fix #102: glossary: a:last description is same as a:left
crc pushed to main at crc/pali 2024-09-03 16:55:17 +02:00
75615c8755 add python implementation of pali (thanks arland!)
crc pushed to main at crc/konilo 2024-09-03 16:54:12 +02:00
ab200ab44f fix several invalid instruction bundles
crc pushed to main at crc/konilo 2024-09-03 16:15:08 +02:00
447e57b7a1 update to latest blocks
crc pushed to main at crc/ilo-vm 2024-09-03 15:34:01 +02:00
d5fa9d0bc4 ilo+x11: embed font data into vm binary, make use of pledge() on openbsd