Commit Graph

15 Commits

Author SHA1 Message Date
zongor b22db9cfd5 fix some of the regression bugs around functions, WIP passing strings to functions 2026-07-06 23:51:50 -07:00
zongor ed933356d2 add hello-bf 2026-07-04 21:26:30 -07:00
zongor 23bb9f73e7 wip string and array indexing, need to do setting index array yet 2026-07-01 23:38:27 -07:00
zongor aee7191f59 get rid of all static functions and all globals, use pointers instead. fix alignment bug in aalloc 2026-06-29 17:32:54 -07:00
zongor 95f3e0aeed Add web version 2026-06-29 16:39:01 -07:00
zongor 0449d9b84e more advanced array stuff, hacked in read/write literals for uxn 2026-06-28 23:51:58 -07:00
zongor f8008e81d5 WIP more array stuff 2026-06-28 15:09:48 -07:00
zongor 974d282d7a Change to output a string buffer instead of raw printf 2026-06-28 14:01:13 -07:00
zongor ab5a7ee185 add if / else statements 2026-04-27 22:02:37 -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
zongor b332ecf06d WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup 2026-04-07 00:13:31 -07:00
zongor 7dd2fd521e add header gen tool, add main, add archs 2026-02-28 00:48:09 -08:00