summary refs log tree commit diff
path: root/transform.e
AgeCommit message (Expand)Author
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
2026-05-16add a stub for the log-load transform, and a ton of documentationIrene Knapp
2026-05-16ah, oops, there was a bug in the label transform for compiled wordsIrene Knapp
2026-05-16word labels are now stored as offsetsIrene Knapp
2026-05-16it WORKS. WOW. nice.Irene Knapp
2026-05-16it's much closer, most of the labels work correctly nowIrene Knapp
2026-05-15the next-entry pointers in the generated dictionary work nowIrene Knapp
2026-05-15make the label transformation work all the way, no crashingIrene Knapp
2026-05-15document the assumptions between labels and transformsIrene Knapp
2026-05-15transform runs inside the label loop now, and is able to do compilationIrene Knapp
2026-05-15fix things up so it gets through cold-startIrene Knapp
2026-05-15now there's a concept of pushing and popping input sourcesIrene Knapp
2026-05-13copy input to a memory bufferIrene Knapp
2026-05-12rough draft of some code that transforms other code for bootstrappingIrene Knapp