summary refs log tree commit diff
path: root/transform.e
AgeCommit message (Expand)Author
8 hoursadd a generic trap to the hex transform that traces every call to a Forth wordIrene Knapp
32 hourscomments: document trap methodology; rename parameters to packalignIrene Knapp
33 hourshex transform of packalign now implementedIrene Knapp
5 daysdistinguish different types of metadata entryIrene Knapp
5 dayssignificant reduction of raw access to the metadata structureIrene Knapp
5 daysoutput hex transform comments giving the readings of string literalsIrene Knapp
5 daysadd a buffer-start field to the hex output metadataIrene Knapp
5 daysabstract the hex transform's metadata low-level pointer manipulationIrene Knapp
6 daysstore the output buffer length in the hex transform's output metadataIrene Knapp
6 daysadd a metadata structure for the hex transformIrene Knapp
6 daysimprove some commentsIrene Knapp
6 daysoops. read-to-buffer was tightly bound to that specific magic word. fixed.Irene Knapp
7 daysremove the hardcoded magic word from the hex transform alsoIrene Knapp
7 daysmake read-to-buffer take its delimiter as a parameterIrene Knapp
7 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-05-28comment fixesIrene Knapp
2026-05-28docs fixed for attach-string-to-input-bufferIrene Knapp
2026-05-28swap the parameters to "entry-flags!"Irene Knapp
2026-05-28rename transform-state to transformation-stateIrene Knapp
2026-05-28change the parameter order for memcopy and memmoveIrene Knapp
2026-05-28add the ability to bind signal handlersIrene Knapp
2026-05-23added a couple new instructionsIrene Knapp
2026-05-22fix our first binary reproducibility issue (wow)Irene Knapp
2026-05-22small changes towards self-hostingIrene Knapp
2026-05-22okay s" ." and ' do their things nowIrene 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
2026-05-21dynamic.e is split up again, and more progressIrene Knapp
2026-05-21started cleaning up all the log-loaded functionalityIrene Knapp
2026-05-21Add high-level flow control to the log-load transformIrene Knapp
2026-05-21okay, s" and ." work all-the-way in the log-load transform nowIrene Knapp
2026-05-20okay, keywords work under the log-load transform nowIrene Knapp
2026-05-20tidied away core-plus.eIrene Knapp
2026-05-20the entirety of core.e now log-loadsIrene Knapp
2026-05-20so yeah, docol, exit, and lit all work in log-load nowIrene Knapp
2026-05-20colon, semicolon, and compiled integers all work with log-load nowIrene Knapp
2026-05-20create works now, and docol outputs successfullyIrene Knapp
2026-05-20add a really powerful stack depth tracking feature for transforms to useIrene Knapp
2026-05-19rename all the label alternates to their longform versionsIrene Knapp
2026-05-19log-load-variable and label-keyword-alternate work nowIrene Knapp
2026-05-19yessssssssIrene Knapp
2026-05-18okay there's a strat for making the here/latest variables nowIrene Knapp
2026-05-17more progress on the log-load transformIrene Knapp
2026-05-17implement log-load-create; add all the pack/unpack stuff to core.eIrene Knapp
2026-05-16the skeleton of the log-load transform is in place nowIrene Knapp