about summary refs log tree commit diff
path: root/transform.e
AgeCommit message (Expand)Author
2026-09-07add magic hex-transform comments in all the amd64 instruction wordsIrene Knapp
2026-09-07implement magic hex-transform commentsIrene Knapp
2026-09-07create a special comment syntax for the hex transform's useIrene Knapp
2026-09-07add traps to all the pack[0-9]+ wordsIrene Knapp
2026-09-05do some stack walkingIrene Knapp
2026-09-04extensive commentary about the memory assumptions of the hex transformIrene Knapp
2026-09-04add a generic trap to the hex transform that traces every call to a Forth wordIrene Knapp
2026-09-03comments: document trap methodology; rename parameters to packalignIrene Knapp
2026-09-03hex transform of packalign now implementedIrene Knapp
2026-08-30distinguish different types of metadata entryIrene Knapp
2026-08-30significant reduction of raw access to the metadata structureIrene Knapp
2026-08-30output hex transform comments giving the readings of string literalsIrene Knapp
2026-08-30add a buffer-start field to the hex output metadataIrene Knapp
2026-08-30abstract the hex transform's metadata low-level pointer manipulationIrene Knapp
2026-08-30store the output buffer length in the hex transform's output metadataIrene Knapp
2026-08-30add a metadata structure for the hex transformIrene Knapp
2026-08-29improve some commentsIrene Knapp
2026-08-29oops. read-to-buffer was tightly bound to that specific magic word. fixed.Irene Knapp
2026-08-28remove the hardcoded magic word from the hex transform alsoIrene Knapp
2026-08-28make read-to-buffer take its delimiter as a parameterIrene Knapp
2026-08-28change 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