0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix string constants inside functions. More... almost 13 years ago
Switch from Makefile to .cabal, cabal install should now work. More... almost 13 years ago
Optimize functions to not save A, B, C. More... almost 13 years ago
Smarter code generation for if and loop conditions. More... almost 13 years ago
Optimize empty functions to SET PC, POP More... almost 13 years ago
Major refactoring to improve register allocation More... almost 13 years ago
Add -p package flag. Fix ++/-- only working on int. More... almost 13 years ago
Convertible robustness. More... almost 13 years ago
Type system robustness, fixes for importing constants. More... almost 13 years ago
Fix char escapes. Add || and &&. Fix index lvalues. More... almost 13 years ago
MOre type robustness fixes. More... almost 13 years ago
Add basic constants support. Fix broken non-decimal integer literals. More... almost 13 years ago
Fix a nasty argument order bug in calls. Smarter register handling now even more desperately needed. More... almost 13 years ago
Support nil, make type system sufficiently flexible. More... almost 13 years ago
Structs now working, but no struct literals. More... almost 13 years ago
Add LICENSE file (BSD3). More... almost 13 years ago
Several related fixes around CubeOS integration: More... almost 13 years ago
Add LINKING.md with a sketch of the approach to linking. More... almost 13 years ago
Fix imports. More... almost 13 years ago
Import support almost complete. More... almost 13 years ago
Rename and update OPTIMIZATIONS and DESIGN into .md files for Github magic. More... almost 13 years ago
Handling initializers correctly on for loops. More... almost 13 years ago
Fix missing freeReg on assignment statements. Chained ifs are working. More... almost 13 years ago
Migrate to using an ADT for assembly. Working, output code assembles and runs sanely. More... almost 13 years ago
Start documenting optimizations for the future. Small fixes. More... almost 13 years ago
Basic workings complete. Debugging commences now. More... almost 13 years ago
Finished compileExpr. More... about 13 years ago
Compiling now. Wrote a few more support functions. More... about 13 years ago
Not compiling. Up to delete(). More... about 13 years ago
Most statements now compiled. More... about 13 years ago