0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes floating point negation and conversion to integer. More... about 7 years ago
Adds JOYAS game to the samples. More... about 7 years ago
Update copyright year. More... about 7 years ago
Fixes make clean rules to clean all generated files. More... about 7 years ago
Move syntax generator source to a different folder. More... about 7 years ago
Check interpreter stack value on exit, catches more bugs. More... about 7 years ago
Add test and fixes floating-point comparisons. More... about 7 years ago
Add tests for all remaining statements. More... about 7 years ago
Output differences in test failures. More... about 7 years ago
Simplify parsing of PRINT statement, adds tests. More... about 7 years ago
Adds tests and fixes CLS to I/O channel. More... about 7 years ago
Converts newlines on test input to ATASCII. More... about 7 years ago
Update version to 4.0. More... about 7 years ago
Adds GET key tests. More... about 7 years ago
Adds logging of graphics mode commands to simulator. More... about 7 years ago
Fixes parsing of negative values in DATA, adds test. More... about 7 years ago
Report correct line number on error. More... about 7 years ago
Implement console input into tests. More... about 7 years ago
Don't use the stack for variable assignments. More... about 7 years ago
Optimize CJUMP. More... about 7 years ago
Optimize peek/poke/dpoke. More... about 7 years ago
Update sieve benchmark to do 10 iterations. More... about 7 years ago
Move FOR_EXIT to another file and simplify next-instruction. More... about 7 years ago
Move stack push into EXE_FOR, it is a little faster. More... about 7 years ago
Expand PUSH tokens in peephole. More... about 7 years ago
Use PUSH tokens in parser. More... about 7 years ago
Simplify IO channel setting and optimizations. More... about 7 years ago
Update readme. More... about 7 years ago
Adds plot/drawto test. More... about 7 years ago
Add test for INT() function. More... about 7 years ago