Block a user
72fa2127c8
Add a little extra output during tree dump to make it easier to figure out what's going on with parser errors.
28c349726e
Fix array parsing properly.
cf5f58f1bc
Small cleanup of print output.
c2c4d2f1d5
Brute force fix for arrays. TODO: Investigate this.
bc1bac8a63
Big cleanup and fixes.
d8abe6fec0
Add code for printing the AST tree after generation
610c45e3e1
Adjust ASM generation to account for c11 pointer arithmetic standards
a0d2575a83
Refactor pointer arithmetic
a27d3dd782
Add support for pointers of char, int and long types
822376d142
Add new tests to help debugging