about summary refs log tree commit diff
AgeCommit message (Expand)Author
2026-09-09rename the provide-substring-* entry types to push-substring-*Irene Knapp
2026-09-09provide a #swap operation in comment templatesIrene Knapp
2026-09-08handle the rest of the fields (keywords and numbers) in amd64.eIrene Knapp
2026-09-08add keyword support to magic comment templatesIrene Knapp
2026-09-08add "provide" words for all sizes of hex literal, and use them in amd64Irene Knapp
2026-09-08substring substitution works nowIrene Knapp
2026-09-08hex-transform comment output now goes through a lexerIrene Knapp
2026-09-08bubblesort the metadata entries during postprocessingIrene Knapp
2026-09-08the hex dump now prints trailing messages at the end of the dataIrene Knapp
2026-09-08add support for more prettiness features in the hex-transform's outputIrene Knapp
2026-09-08horizontally align suffix commentsIrene Knapp
2026-09-08add magic comment length tracking to all the amd64 instructionsIrene Knapp
2026-09-08create a new magic-comment command that mutates a previous entryIrene Knapp
2026-09-08add suffix comments which come at the end of a lineIrene Knapp
2026-09-07add indentation and blank lines as magic-comment featuresIrene Knapp
2026-09-07add tracing of the latest output point in packstringIrene Knapp
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-30add some stuff about string literals to the readmeIrene 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-29expand the README with details on the bootstrapping goals and statusIrene 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-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