Commit Graph

17 Commits

Author SHA1 Message Date
zongor c5ce5179f0 fix casting, remove get/put char, add halt, move to "mainless" style? 2026-05-23 09:28:57 -07:00
zongor 251101ecb8 fix local variables, wip: globals 2026-05-22 14:31:13 -07:00
zongor 28598e354a fix return statement 2026-05-21 23:36:20 -07:00
zongor 99675eb6d3 Fix everything except for casting 2026-05-21 22:23:26 -07:00
zongor bb764a3017 WIP function calls 2026-05-17 23:09:57 -07:00
zongor e968cb6725 WIP functions def 2026-05-16 12:47:01 -07:00
zongor 86922ed86b newlines for if/while 2026-04-29 00:00:22 -07:00
zongor 3847c63fc9 fix global var set 2026-04-28 23:45:16 -07:00
zongor 3ac64d18a0 add while loops 2026-04-28 23:22:57 -07:00
zongor ab5a7ee185 add if / else statements 2026-04-27 22:02:37 -07:00
zongor 46336105aa fix string emit 2026-04-23 00:09:00 -07:00
zongor fbfb24d1e5 fix casting, add strings, add libundar for uxntal, add chibicc-uxn generator files, 2026-04-23 00:01:11 -07:00
zongor cf1f665e56 Add and, or, xor, mod, sll, srl, locals, putchar, getchar, simple if (WIP) 2026-04-22 00:15:31 -07:00
zongor 38585bf105 Add arena return to libc, add strbuf, add reality engine rom emitter, remove C emitter 2026-04-20 23:24:38 -07:00
zongor e802fc3779 rename parser to compiler, update build, change c to c99 so we can emit different versions, create a libundar for the emit-c99, update tests. 2026-04-11 16:03:53 -07:00
zongor 9d7fdbb622 Add global variables 2026-04-10 22:52:19 -07:00
zongor 8e430a9d46 merge emitters, add uxn emitter, update c emitter, update simple to use raw ascii for example 2026-04-08 22:29:47 -07:00