about summary refs log tree commit diff
path: root/transform.e
AgeCommit message (Expand)Author
13 daysrename substring entries to subitem entriesIrene Knapp
13 daysadd provide-hex, which varies its output width to fit the valueIrene Knapp
14 daysadd some magic comment commands to reorder subitems more generallyIrene Knapp
14 daysfix all leaks and incorrect parameter counts in amd64.eIrene Knapp
14 daysdeal better with return values when underflowing the substring entry stackIrene Knapp
14 daysfix broken compile with the flatassembler versionIrene Knapp
14 daysprovide word entries for "here" etc inside the hex transformIrene Knapp
2026-09-09fix strings under the hex transformIrene Knapp
2026-09-09check in the hex binary and commented hex-dumpIrene Knapp
2026-09-09add an implicit way to define suffix commentsIrene Knapp
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-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-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