0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes FP to INT conversion. More... about 7 years ago
Fixes parsing of some FP numbers in the cross compiler. More... about 7 years ago
Fixes COLOR and FCOLOR. More... about 7 years ago
Factorizes PUSH before "=" sign. More... about 7 years ago
Remove *_PSH rules, smaller code. More... about 7 years ago
Remove token VAR_ADR_PUSH, not needed with new peephole optimizations. More... about 7 years ago
Adds new tokens combining PUSH with standard loads. More... about 7 years ago
Fixes MSET statement, add test to testsuite. More... about 7 years ago
Rewrite VM from pure-stack to accumulator plus stack. More... about 7 years ago
Initializes linenum and makes codew constructor private. More... about 7 years ago
Adds a test-suite with many basic tests. More... about 7 years ago
Adds a command line compiler. More... about 7 years ago
Fixes some error messages in the compiler. More... about 7 years ago
Fixes building of PDF in the release script. More... over 7 years ago
Prepare for release 3.6. More... over 7 years ago
Use MSET in samples. More... over 7 years ago
Simplify parser and rewrite error printing. More... over 7 years ago
Adds MSET statement to clear/set memory areas. More... over 7 years ago
Fixes parsing of CLS #*. More... over 7 years ago
Fixes peephole on empty infinite loops. More... over 7 years ago
Better error messages for bad loops. More... over 7 years ago
Optimize parser skipping, 20% faster, 4 bytes larger. More... over 7 years ago
Simplify and fail faster in var_getlen. More... over 7 years ago
Simplify allocation of FP variables, 18 bytes less. More... over 7 years ago
Change how variables and procedure names are stored. More... over 7 years ago
Fixes var_getlen to return length==0 on error. More... over 7 years ago
More optimizations to PLOT/DRAW/PUT. More... over 7 years ago
Simplify DRAWTO/FILLTO. More... over 7 years ago
Adds CLS statement. More... over 7 years ago
Makes COPY/CAT string 3 bytes shorter. More... over 7 years ago