summary refs log tree commit diff
AgeCommit message (Expand)Author
2026-05-10defined interpreter-stateIrene Knapp
2026-05-09implement more stuff in interpret.eIrene Knapp
2026-05-09a minor documentation error in the word header formatIrene Knapp
2026-05-09implement "create" in interpret.eIrene Knapp
2026-05-09implement more of the interpeter, and add some documentationIrene Knapp
2026-05-08add a rough draft of a self-hosted "interpret"Irene Knapp
2026-05-08handle more cases in the vim syntaxIrene Knapp
2026-05-08add a rough draft of a self-hosted evokeIrene Knapp
2026-05-08oops, also needed mov-reg64-disp32-reg64Irene Knapp
2026-05-08formatting changesIrene Knapp
2026-05-07oops. didn't have a fully bootstrapped lea-reg64-disp32-reg64.Irene Knapp
2026-05-07add a vim syntaxIrene Knapp
2026-05-07document labels.e; also clean up elf.eIrene Knapp
2026-05-07add new words L@' and L!'Irene Knapp
2026-05-07refactored the label code and ELF template into their own filesIrene Knapp
2026-05-07compute the fixed point of the label addressesIrene Knapp
2026-05-07make-hello.e works nowIrene Knapp
2026-05-07a comprehensive label system is now implementedIrene Knapp
2026-05-06"word" no longer consumes the terminating whitespaceIrene Knapp
2026-05-06refactor key into the separate parts peek and consumeIrene Knapp
2026-05-04implement create-in which is used for independent dictionariesIrene Knapp
2026-05-04add an exploration towards moving code generation to its own fileIrene Knapp
2026-05-04make it slightly more readable lolIrene Knapp
2026-05-04add a program in Evocation which outputs itself (yay :))Irene Knapp
2026-05-04octal and binary literalsIrene Knapp
2026-05-04hexadecimal literals are implemented!Irene Knapp
2026-05-03add commentsIrene Knapp
2026-05-03running from stdin works!!!!!!!!Irene Knapp
2026-05-03okay, all the cases for buffer refill work nowIrene Knapp
2026-05-03the heavy lifting of refilling a circular buffer is implemented nowIrene Knapp
2026-05-01change the circular buffers to use start/length rather than start/endIrene Knapp
2026-04-28implement sys-read; rename show-hex* to hexdump*Irene Knapp
2026-04-27minor formatting change; some commentsIrene Knapp
2026-04-27better at describing certain dictionary entry typesIrene Knapp
2026-04-27now we have string literals! yay :)Irene Knapp
2026-04-26get hex dumps basically workingIrene Knapp
2026-04-26rename the bitwise operations to C-style, and add logical onesIrene Knapp
2026-04-26some exploratory work towards "describe"Irene Knapp
2026-04-26unlink all the static stuff from the ELF from the dictionaryIrene Knapp
2026-04-26implement a bunch more stuff (checking in so people can look at it)Irene Knapp
2026-04-26implement forever and whileIrene Knapp
2026-04-26implement if-elseIrene Knapp
2026-04-25implement a whole bunch of Forth words, most notably "if"Irene Knapp
2026-04-25implement "quit", the top level wordIrene Knapp
2026-04-24add word-defining words. implement the immediate-mode flag.Irene Knapp
2026-04-24add a compile mode to the interpreterIrene Knapp
2026-04-24refactor all the stack-string stuff to work the right way roundIrene Knapp
2026-04-21add a variable for interpreter stateIrene Knapp
2026-04-21re-verify that nothing on the heap depends on the text segmentIrene Knapp
2026-04-21oops, it checks integer syntax nowIrene Knapp