TheCurle
TheCurle pushed to master at TheCurle/Erythro 2020-11-22 00:43:35 +00:00
9ff658615b Add character literal parsing
TheCurle pushed to master at TheCurle/Erythro 2020-11-21 23:17:10 +00:00
2345931528 Fix wrong type in check inside OperatorPrecedence
TheCurle pushed to master at TheCurle/Erythro 2020-11-21 22:18:51 +00:00
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.
Compare 2 commits »
TheCurle pushed to master at TheCurle/Erythro 2020-11-21 02:38:47 +00:00
8d2f98aa53 Oops! Missed something in the refactor for arrays.
TheCurle pushed to master at TheCurle/Erythro 2020-11-21 02:34:34 +00:00
cf5f58f1bc Small cleanup of print output.
c2c4d2f1d5 Brute force fix for arrays. TODO: Investigate this.
Compare 2 commits »
TheCurle pushed to master at TheCurle/Erythro 2020-11-21 02:09:34 +00:00
83959b4793 More work on arrays. Fixed some bugs.
TheCurle pushed to master at TheCurle/Erythro 2020-11-19 02:33:30 +00:00
999f8dc267 Begin cleanup of array parsing
TheCurle pushed to master at TheCurle/Erythro 2020-11-18 20:51:40 +00:00
985f02723e Start work on array parsing
TheCurle pushed to master at TheCurle/Erythro 2020-11-15 06:42:01 +00:00
bc1bac8a63 Big cleanup and fixes.
d8abe6fec0 Add code for printing the AST tree after generation
Compare 2 commits »
TheCurle pushed to master at TheCurle/Erythro 2020-11-14 22:28:16 +00:00
764f89bb88 Add missing functions, fix missing breaks on switch
TheCurle created repository gwdev/bs 2020-11-01 21:47:23 +00:00
TheCurle pushed to php at blward/obsidian-web 2020-10-08 06:06:54 +00:00
40a7e25ffe Fix the site!
TheCurle pushed to php at blward/obsidian-web 2020-09-14 20:29:50 +00:00
dbabeeefb9 Current working tree.
1e4a739be7 Current working tree.
Compare 2 commits »
TheCurle pushed to php at blward/obsidian-web 2020-09-14 20:26:11 +00:00
1e4a739be7 Current working tree.
TheCurle pushed to master at TheCurle/ColorDocs 2020-09-14 01:41:36 +00:00
b2d56a8bf2 Initial Commit
97f5da1e27 Initial Commit
Compare 2 commits »
TheCurle pushed to master at TheCurle/ColorDocs 2020-09-14 01:36:56 +00:00
97f5da1e27 Initial Commit
TheCurle created repository TheCurle/ColorDocs 2020-09-14 01:33:14 +00:00
TheCurle pushed to master at TheCurle/Erythro 2020-09-14 01:09:51 +00:00
610c45e3e1 Adjust ASM generation to account for c11 pointer arithmetic standards
a0d2575a83 Refactor pointer arithmetic
Compare 2 commits »
TheCurle pushed to master at TheCurle/Erythro 2020-09-13 22:44:07 +00:00
264c50509e Allow global-scope declarations
TheCurle pushed to master at TheCurle/Erythro 2020-09-13 01:28:33 +00:00
a27d3dd782 Add support for pointers of char, int and long types
822376d142 Add new tests to help debugging
Compare 2 commits »