0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allows using DIM statement for declaring variables. More... almost 5 years ago
Fixes removal of test ROM files. More... almost 5 years ago
Use newer OSX SDK for release script. More... almost 5 years ago
Only build for 64 bit Linux and OSX. More... almost 5 years ago
Adds comment explaining the need for "var_page" and "compiled_Var_page". More... almost 5 years ago
Test cartridge compilation in the test-suite. More... almost 5 years ago
Fix missing int-rom library and cleanups for new ROM libraries. More... almost 5 years ago
Always build cartridge runtime library. More... almost 5 years ago
Move P/M variables to uninitialized data, using 2 bytes less. More... almost 5 years ago
Move errors to CODE segment, so we don't use any DATA. More... almost 5 years ago
Complier: Emit variables by name instead of number. More... almost 5 years ago
Compiler: Emit variables directly in the heap More... almost 5 years ago
Use a linker segment for the location of the variables. More... almost 5 years ago
Encode error messages with low bit 1 at end. More... almost 5 years ago
Compiler: store code words in variable-stack instead of values. More... almost 5 years ago
Compiler: Throws an exception on invalid access to code words. More... almost 5 years ago
Fixes compile when buffer is modified. More... almost 5 years ago
Increase version number for bugfix release. More... almost 5 years ago
Clarify usage of INC/DEC on only integer quantities. More... almost 5 years ago
Split parsing of labels and starting of PROC/DATA loops. More... almost 5 years ago
Increase version number for bugfix release. More... almost 5 years ago
Fixes parsing of variable names starting with "NEXT" More... almost 5 years ago
Remove two unused ins, 4 bytes less. More... almost 5 years ago
Adds more tests for float functions, move/nmove and bit ops. More... almost 5 years ago
Minor optimizations to the parser. More... almost 5 years ago
Add tests for multiple error conditions. More... almost 5 years ago
Adds test for out-of memory errors on DIM. More... almost 5 years ago
Add test coverage for many extra integer functions and exception values. More... almost 5 years ago
Add test for more than 127 variables. More... almost 5 years ago
Test more posible index values. More... almost 5 years ago