summary refs log tree commit diff
AgeCommit message (Expand)Author
3 daysadd some stuff about string literals to the readmeIrene Knapp
3 daysoutput hex transform comments giving the readings of string literalsIrene Knapp
3 daysadd a buffer-start field to the hex output metadataIrene Knapp
3 daysabstract the hex transform's metadata low-level pointer manipulationIrene Knapp
4 daysstore the output buffer length in the hex transform's output metadataIrene Knapp
4 daysadd a metadata structure for the hex transformIrene Knapp
4 daysimprove some commentsIrene Knapp
4 daysexpand the README with details on the bootstrapping goals and statusIrene Knapp
4 daysoops. read-to-buffer was tightly bound to that specific magic word. fixed.Irene Knapp
5 daysremove the hardcoded magic word from the hex transform alsoIrene Knapp
5 daysmake read-to-buffer take its delimiter as a parameterIrene Knapp
5 dayschange the transforms to take their end delimiters as parametersIrene Knapp
2026-06-12it spits out correct hexIrene Knapp
2026-06-12the hex transform successfully runs (as an nop) on hex.e nowIrene Knapp
2026-06-12first steps towards the hex transformIrene Knapp
2026-06-11add ascii to the hexdumpsIrene Knapp
2026-06-11clean up the entry flag bits a bitIrene Knapp
2026-06-06more docsIrene Knapp
2026-06-06also a wrong comparison in scalefieldIrene Knapp
2026-06-06the encodings in reg32 were missingIrene Knapp
2026-06-05filled out a premortem for Evocation :3Irene Knapp
2026-05-29make the crash handler also print the word crashIrene Knapp
2026-05-28comment fixesIrene Knapp
2026-05-28docs fixed for attach-string-to-input-bufferIrene Knapp
2026-05-28yeah the litpack* variants won't be needed againIrene Knapp
2026-05-28make a decision on where to keep find-in and document itIrene Knapp
2026-05-28swap the parameters to "entry-flags!"Irene Knapp
2026-05-28document "near" calls (sort of)Irene Knapp
2026-05-28move next-newer-entry-in and oldest-entry-in into dynamic.eIrene Knapp
2026-05-28moved pack-raw-string into core.eIrene Knapp
2026-05-28rename transform-state to transformation-stateIrene Knapp
2026-05-28yay we already had high-level flow control thereIrene Knapp
2026-05-28better documentation of parameter order for arithmetic instructionsIrene Knapp
2026-05-28change the parameter order for memcopy and memmoveIrene Knapp
2026-05-28add the ability to bind signal handlersIrene Knapp
2026-05-27deal properly with EINTR from sys-readIrene Knapp
2026-05-25fixed the vim comment highlighting thingIrene Knapp
2026-05-24added a READMEIrene Knapp
2026-05-24added a program, hex.e, which will be the bootstrap strategyIrene Knapp
2026-05-23added a couple new instructionsIrene Knapp
2026-05-23keyword wasn't workingIrene Knapp
2026-05-22fix our first binary reproducibility issue (wow)Irene Knapp
2026-05-22de-branch'd all the internalsIrene Knapp
2026-05-22small changes towards self-hostingIrene Knapp
2026-05-22okay s" ." and ' do their things nowIrene Knapp
2026-05-22yesssss the interpreter fully works, wowIrene Knapp
2026-05-22it runs!!!!!! it interactively reads input and everythingIrene Knapp
2026-05-21the interpreter fully compiles nowIrene Knapp
2026-05-21whew, okay, lots of interpret stuff implemented nowIrene Knapp
2026-05-21okay, input buffers should work now (untested though)Irene Knapp