| Age | Commit message (Expand) | Author |
| 2026-05-17 | more progress on the log-load transform | Irene Knapp |
| 2026-05-17 | implement log-load-create; add all the pack/unpack stuff to core.e | Irene Knapp |
| 2026-05-16 | the skeleton of the log-load transform is in place now | Irene Knapp |
| 2026-05-16 | implement more internal words | Irene Knapp |
| 2026-05-16 | add a stub for the log-load transform, and a ton of documentation | Irene Knapp |
| 2026-05-16 | ah, oops, there was a bug in the label transform for compiled words | Irene Knapp |
| 2026-05-16 | word labels are now stored as offsets | Irene Knapp |
| 2026-05-16 | it WORKS. WOW. nice. | Irene Knapp |
| 2026-05-16 | it's much closer, most of the labels work correctly now | Irene Knapp |
| 2026-05-15 | the next-entry pointers in the generated dictionary work now | Irene Knapp |
| 2026-05-15 | make the label transformation work all the way, no crashing | Irene Knapp |
| 2026-05-15 | document the assumptions between labels and transforms | Irene Knapp |
| 2026-05-15 | transform runs inside the label loop now, and is able to do compilation | Irene Knapp |
| 2026-05-15 | fix things up so it gets through cold-start | Irene Knapp |
| 2026-05-15 | now there's a concept of pushing and popping input sources | Irene Knapp |
| 2026-05-14 | add a next-source field, as-yet unused, to the input buffer metadata | Irene Knapp |
| 2026-05-13 | copy input to a memory buffer | Irene Knapp |
| 2026-05-12 | rough draft of some code that transforms other code for bootstrapping | Irene Knapp |
| 2026-05-11 | oops, right, syntax highlighting for ;asm | Irene Knapp |
| 2026-05-11 | backport the evoked "create" to flatassembler | Irene Knapp |
| 2026-05-11 | implement all the core Forth stuff in Evocation-assembly | Irene Knapp |
| 2026-05-10 | defined interpreter-state | Irene Knapp |
| 2026-05-09 | implement more stuff in interpret.e | Irene Knapp |
| 2026-05-09 | a minor documentation error in the word header format | Irene Knapp |
| 2026-05-09 | implement "create" in interpret.e | Irene Knapp |
| 2026-05-09 | implement more of the interpeter, and add some documentation | Irene Knapp |
| 2026-05-08 | add a rough draft of a self-hosted "interpret" | Irene Knapp |
| 2026-05-08 | handle more cases in the vim syntax | Irene Knapp |
| 2026-05-08 | add a rough draft of a self-hosted evoke | Irene Knapp |
| 2026-05-08 | oops, also needed mov-reg64-disp32-reg64 | Irene Knapp |
| 2026-05-08 | formatting changes | Irene Knapp |
| 2026-05-07 | oops. didn't have a fully bootstrapped lea-reg64-disp32-reg64. | Irene Knapp |
| 2026-05-07 | add a vim syntax | Irene Knapp |
| 2026-05-07 | document labels.e; also clean up elf.e | Irene Knapp |
| 2026-05-07 | add new words L@' and L!' | Irene Knapp |
| 2026-05-07 | refactored the label code and ELF template into their own files | Irene Knapp |
| 2026-05-07 | compute the fixed point of the label addresses | Irene Knapp |
| 2026-05-07 | make-hello.e works now | Irene Knapp |
| 2026-05-07 | a comprehensive label system is now implemented | Irene Knapp |
| 2026-05-06 | "word" no longer consumes the terminating whitespace | Irene Knapp |
| 2026-05-06 | refactor key into the separate parts peek and consume | Irene Knapp |
| 2026-05-04 | implement create-in which is used for independent dictionaries | Irene Knapp |
| 2026-05-04 | add an exploration towards moving code generation to its own file | Irene Knapp |
| 2026-05-04 | make it slightly more readable lol | Irene Knapp |
| 2026-05-04 | add a program in Evocation which outputs itself (yay :)) | Irene Knapp |
| 2026-05-04 | octal and binary literals | Irene Knapp |
| 2026-05-04 | hexadecimal literals are implemented! | Irene Knapp |
| 2026-05-03 | add comments | Irene Knapp |
| 2026-05-03 | running from stdin works!!!!!!!! | Irene Knapp |
| 2026-05-03 | okay, all the cases for buffer refill work now | Irene Knapp |