Commit Graph

  • 5bf3b12f62 Add examples for fixing locals to be dynamically allocated from the end of memory. This should allow for recursion and better handling in general. main zongor 2026-05-07 22:25:55 -0700
  • 86922ed86b newlines for if/while zongor 2026-04-29 00:00:22 -0700
  • 3847c63fc9 fix global var set zongor 2026-04-28 23:45:16 -0700
  • 3ac64d18a0 add while loops zongor 2026-04-28 23:22:57 -0700
  • ab5a7ee185 add if / else statements zongor 2026-04-27 22:02:37 -0700
  • 46336105aa fix string emit zongor 2026-04-23 00:09:00 -0700
  • fbfb24d1e5 fix casting, add strings, add libundar for uxntal, add chibicc-uxn generator files, zongor 2026-04-23 00:01:11 -0700
  • cf1f665e56 Add and, or, xor, mod, sll, srl, locals, putchar, getchar, simple if (WIP) zongor 2026-04-22 00:15:31 -0700
  • 38585bf105 Add arena return to libc, add strbuf, add reality engine rom emitter, remove C emitter zongor 2026-04-20 23:24:38 -0700
  • 20f44d6ad8 Make arena global zongor 2026-04-16 20:49:59 -0700
  • 656424c9d1 Add StrBuf implementation, fix bug in `areturn` need to zero out the end of memory for strings. zongor 2026-04-16 19:50:42 -0700
  • ecc69ea144 Update plex example, use lib instead of static header zongor 2026-04-15 16:28:45 -0700
  • 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. zongor 2026-04-11 16:03:53 -0700
  • d11bad79ec split tests into global and local zongor 2026-04-10 23:03:54 -0700
  • 9d7fdbb622 Add global variables zongor 2026-04-10 22:52:19 -0700
  • 11158ba4f9 fix infix emit zongor 2026-04-09 23:13:25 +0000
  • 8e430a9d46 merge emitters, add uxn emitter, update c emitter, update simple to use raw ascii for example zongor 2026-04-08 22:29:47 -0700
  • b4512f2434 update example to match zongor 2026-04-07 12:05:56 -0700
  • c128b97ad5 move example code to .h file zongor 2026-04-07 12:01:05 -0700
  • b332ecf06d WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup zongor 2026-04-07 00:13:31 -0700
  • 8fd281e463 WIP parser zongor 2026-03-31 23:16:29 -0700
  • 373caf7b5e WIP allocator for compiler. zongor 2026-03-22 09:27:18 -0700
  • 6310390cc4 Add initial compiler zongor 2026-03-02 21:35:45 -0800
  • 7dd2fd521e add header gen tool, add main, add archs zongor 2026-02-28 00:48:09 -0800
  • 5a7f954c24 Initial commit zongor 2026-02-27 21:56:09 -0500