0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move jump table to it's own file, rename token procedures. More... almost 8 years ago
Fixes memory-clearing on multiple of 256 bytes. More... almost 8 years ago
Move key processing to a PROC. More... almost 8 years ago
Fixes opcode profile. More... almost 8 years ago
Update copyright years and prepare for v3 release. More... almost 8 years ago
Only compile floating-point support in the floating-point version. More... almost 8 years ago
Optimize USR address token. More... almost 8 years ago
Little optimization to jump-threading pass. More... almost 8 years ago
Adds a jump-threading optimization pass. More... almost 8 years ago
Put BELL character inside printn string, two bytes shorter. More... almost 8 years ago
Don't append a byte to each constant string, just copy on I/O. More... almost 8 years ago
Include only string content in string bytecodes. More... almost 8 years ago
Cleanup and comment. More... almost 8 years ago
Fixes release script to pass proper flags on win32 version. More... almost 8 years ago
Rework C++ compiler to use proper data types instead of strings. More... almost 8 years ago
Split C++ compiler into multiple files. More... almost 8 years ago
Include TOK_END in the token list. More... almost 8 years ago
Smaller code for FP comparisons, use only one token TOK_FP_CMP. More... almost 8 years ago
Optimize string comparisons, 4 bytes smaller, also faster. More... almost 8 years ago
Adds some error reporting to the compiler. More... almost 8 years ago
Adds a script to build releases for all supported platforms. More... almost 8 years ago
Little optimization to integer comparisons. More... about 8 years ago
More simplifications to the parsing of boolean expressions. More... about 8 years ago
Fixes NOT/NOT optimization. More... about 8 years ago
Pass options to the compiler from the build scripts. More... about 8 years ago
Add option to control optimizations. More... about 8 years ago
Optimize parser by 4 bytes. More... about 8 years ago
Adds parser line number to the debugging output. More... about 8 years ago
Simplify code by moving "changed" flag to the peephole class. More... about 8 years ago
Comment unneeded code in the editor. More... about 8 years ago