0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Simplification through emit_label More... about 7 years ago
Local variable space allocation must occur in a code path that is always taken More... about 7 years ago
Fixed a bug relating to the lack of char reads More... about 7 years ago
Misc More... over 7 years ago
Simplified lexing More... over 7 years ago
No need to free memory in such a short-run program More... over 7 years ago
Misc simplification More... about 8 years ago
Fixed memory ownership semantics (thx Valgrind) More... almost 9 years ago
Combined operator lexing More... almost 9 years ago
Readme update re. insane branch More... almost 9 years ago
expr(3|4): cleaner codegen More... almost 9 years ago
Combined expression levels 3 and 4 More... almost 9 years ago
Combined handling for returns and exprs-as-statements More... almost 9 years ago
Combined various levels of expr grammar into one fn More... almost 9 years ago
Replaced /**/ comments with // line comments (much shorter impl_n) More... almost 9 years ago
Added and used the bool type More... almost 9 years ago
Readme update, re. literals More... almost 9 years ago
Boolean literals, true and false More... almost 9 years ago
Combined the codegen for if and ternary ?: More... almost 9 years ago
The symbol table was supposed to take ownership of that string... oops More... almost 9 years ago
Removed unary *, use [0] instead More... almost 9 years ago
Fixed the condition for initialization error More... almost 9 years ago
Simplified symbol creation More... almost 9 years ago
Reverted a few mistakes More... almost 9 years ago
Simplified symbol initialization by combining the logic for static data More... almost 9 years ago
Removed unnecessary ptr size specifications from output More... almost 9 years ago
Allow ternary expressions as the second operand to ternary operators More... almost 9 years ago
codegen: Use eax instead of the top of the stack More... almost 9 years ago
Removed (and stopped using) break More... almost 9 years ago
Fixed void returns (weren't returning) More... almost 9 years ago