Commit Graph

17 Commits

Author SHA1 Message Date
zongor e109fe8b73 Add test rig, add cli/gui cmds, update build script, better error handling for casts, fix escaped characters for strings, WIP new tests/arrays 2026-06-02 20:19:15 -07:00
zongor deed734dc9 WIP arrays, fix formatting 2026-05-24 09:54:25 -07:00
zongor cbb904abd9 wip arrays 2026-05-23 12:24:18 -07:00
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 a4a695f84a Scopes should be working now, need to still fix early return 2026-05-21 23:19:47 -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 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 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