0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove rule to parse ':' at beginning of line, not needed anymore. More... over 6 years ago
Adds more debug information to the parser. More... over 6 years ago
Fixes infinite recursion bug when parsing errors after ':'. More... over 6 years ago
Use newer mini65 version. More... over 6 years ago
Adds a CPU cycle limit to the test driver. More... over 6 years ago
Adds $() function, returns string at memory address. More... over 6 years ago
Simplify parsing of HEX numbers, flag error on '$' alone. More... over 6 years ago
Make tr also work on Macos More... over 6 years ago
Use EOR instead of SBC, two bytes shorter. More... over 6 years ago
Simplify statement parser, uses less stack. More... over 6 years ago
Optimize parsing machine generator. More... over 6 years ago
Implement floating point arrays. More... over 6 years ago
Remove TOK_FRE, implement directly in code. More... almost 7 years ago
Change array dimensioning adding 1 to the size. More... almost 7 years ago
Simplify IF/ELIF/ELSE/ENDIF handling. More... almost 7 years ago
Document and simplify labels handling. More... almost 7 years ago
Simplify NEXT variable parsing, document FOR/NEXT with arrays. More... almost 7 years ago
Factorice E_VAR_* into a common E_VAR_SEARCH action. More... almost 7 years ago
Remove warnings from errors.asm, force labels as zero-page. More... almost 7 years ago
Increase version string. More... almost 7 years ago
Rewrite printing of parser errors, simpler and smaller. More... almost 7 years ago
Fixes printing error with fast E handlers. More... almost 7 years ago
Add tests for INC / DEC and array operations. More... almost 7 years ago
Document that now INC/DEC get address into SADDR. More... almost 7 years ago
Remove EQUAL_SADDR rule and factorice variable addresses. More... almost 7 years ago
Adds comment with possible minor optimization. More... almost 7 years ago
Remove PUSH_INT_EXPR. More... almost 7 years ago
Remove tabs from syntax file. More... almost 7 years ago
Remove NOT_EXPR, not really needed. More... almost 7 years ago
Adds CNJUMP and CNRET tokens. More... almost 7 years ago