0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrite string comparison, 2 bytes smaller and faster. More... about 6 years ago
Copy misc compiler files to build folder. More... about 6 years ago
Fixes cross-compilation with new makefile. More... about 6 years ago
Put all generated files into build/ folder. More... about 6 years ago
Split compiler into multiple compilation files. More... about 6 years ago
Rename NATIVE/CROSS to COMPILER_HOST/COMPILER_TARGET. More... about 6 years ago
Allow splitting long lines on syntax files. More... about 6 years ago
Simplify syntax file by using "emit lines". More... about 6 years ago
Adds TIMER statement to reset TIME. More... about 6 years ago
Don't use self-modified code, one byte shorter. More... about 6 years ago
Fixes warning on linker. More... about 6 years ago
Fixes parsing of variable names starting with DO and REPEAT. More... about 6 years ago
Fix reporting of last error, PRINT clears the error variable. More... over 6 years ago
Fixes POKE_BYTE optimization, adds test. More... over 6 years ago
Adds optimization to join PRINT_STR and PUT. More... over 6 years ago
Remove PRINT_EOL token, replace it with PUT #155 instead. More... over 6 years ago
Fix make release script for new VERSION string. More... over 6 years ago
Adds a configurable version string to the sources. More... over 6 years ago
Clarifies program run in the manual. More... over 6 years ago
Simplify carrera3d.bas a little. More... over 6 years ago
Adds new token NUM_POKE and move *_POKE to another source file. More... over 6 years ago
Fixes DRAWTO with COLOR 0. More... over 6 years ago
Adds a BYTE_POKE token, slightly smaller code. More... over 6 years ago
Adds token for POSITION statement, reduces IDE size. More... over 6 years ago
Fixes reporting of error column in cross compiler. More... over 6 years ago
Check line and column numbers on errors. More... over 6 years ago
Fixes bad return from compiler. More... over 6 years ago
Simplify code a little. More... over 6 years ago
Handle memory errors in alloc* procedures directly. More... over 6 years ago
Don't use signed comparison to compare pointers. More... over 6 years ago