0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Two bytes less in EXE_BYTE. More... over 7 years ago
Adds CHR$ string function. More... over 7 years ago
Minor optimizations to STR and VAL. More... over 7 years ago
Fixes peephole for ASC(A$[X]). More... over 7 years ago
Many formatting fixes to the manuals, and PDF output. More... over 7 years ago
Add and document command line options to set starting address and to pass options to the assembler/linker. More... over 7 years ago
Simplify read_word, 6 bytes less. More... over 7 years ago
Fixes VAL function with Altirra mathpack. More... over 7 years ago
Simplify code, 3 bytes less. More... over 7 years ago
Update README file. More... over 7 years ago
Prepare for release 3.5. More... over 7 years ago
Update gitignore file. More... over 7 years ago
Adds more peephole patterns. More... over 7 years ago
Adds manual to compiler ZIP file. More... over 7 years ago
Adds peephole patterns for string indexing. More... over 7 years ago
Fixes count<0 in string indexing, should return an empty string. More... over 7 years ago
Allow string indexing an already indexed string. More... over 7 years ago
Update manual, adding string concatenation and sub-strings. More... over 7 years ago
Adds string concatenation. More... over 7 years ago
Adds parser error message to string expressions. More... over 7 years ago
Simplify string indexing, 9 bytes shorter. More... over 7 years ago
Fixes typo in documentation for "MOVE" and "-MOVE". More... over 7 years ago
Produce smaller Linux and Windows executable on release builds. More... over 7 years ago
Adds missing files to dist-clean make rule. More... over 7 years ago
Initial support for sub-strings as r-values. More... over 7 years ago
Adds support for string arrays. More... over 7 years ago
Adds better error messages to DATA and DIM statements. More... almost 8 years ago
Prepare for release 3.4 More... almost 8 years ago
Modifies the parser to parse one statement on each parser call. More... almost 8 years ago
Reorder parser, 2 bytes less. More... almost 8 years ago