• Joined on 2022-09-03
zongor pushed to main at zongor/undar-lang 2026-04-16 23:50:08 -04:00
20f44d6ad8 Make arena global
zongor pushed to main at zongor/undar-lang 2026-04-16 22:50:52 -04:00
656424c9d1 Add StrBuf implementation, fix bug in `areturn` need to zero out the end of memory for strings.
zongor pushed to main at zongor/undar-lang 2026-04-15 19:28:53 -04:00
ecc69ea144 Update plex example, use lib instead of static header
zongor pushed to main at zongor/undar-lang 2026-04-11 19:04:03 -04:00
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 pushed to main at zongor/undar-lang 2026-04-11 02:04:03 -04:00
d11bad79ec split tests into global and local
zongor pushed to main at zongor/undar-lang 2026-04-11 01:52:30 -04:00
9d7fdbb622 Add global variables
zongor pushed to main at zongor/undar-lang 2026-04-09 19:13:36 -04:00
11158ba4f9 fix infix emit
zongor pushed to main at zongor/undar-lang 2026-04-09 01:29:56 -04:00
8e430a9d46 merge emitters, add uxn emitter, update c emitter, update simple to use raw ascii for example
zongor pushed to main at zongor/undar-lang 2026-04-07 15:06:18 -04:00
b4512f2434 update example to match
zongor pushed to main at zongor/undar-lang 2026-04-07 15:01:15 -04:00
c128b97ad5 move example code to .h file
zongor pushed to main at zongor/undar-lang 2026-04-07 03:13:40 -04:00
b332ecf06d WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup
zongor pushed to main at zongor/undar-lang 2026-04-01 02:16:38 -04:00
8fd281e463 WIP parser
zongor pushed to main at zongor/undar-lang 2026-03-22 12:27:53 -04:00
373caf7b5e WIP allocator for compiler.
zongor pushed to main at zongor/undar-lang 2026-03-03 00:36:04 -05:00
6310390cc4 Add initial compiler
zongor pushed to main at zongor/undar-lang 2026-02-28 03:48:21 -05:00
7dd2fd521e add header gen tool, add main, add archs
zongor created repository zongor/undar-lang 2026-02-27 21:56:11 -05:00
zongor pushed to main at zongor/reality-engine 2026-02-27 21:51:20 -05:00
c69be1ef20 Update README.org
zongor renamed repository from undar-lang to zongor/reality-engine 2026-02-27 21:43:48 -05:00
zongor pushed to main at zongor/reality-engine 2026-02-27 03:15:43 -05:00
5df7e1a561 WIP refactoring compiler to be less verbose
zongor pushed to main at zongor/reality-engine 2026-02-26 19:46:04 -05:00
197b8ee0ef Optimizations, have return ask if it is a heap value, move lexer up