• Joined on 2022-09-03
zongor pushed to main at zongor/undar-lang 2026-05-24 12:54:56 -04:00
deed734dc9 WIP arrays, fix formatting
zongor pushed to main at zongor/undar-lang 2026-05-23 15:24:29 -04:00
cbb904abd9 wip arrays
zongor pushed to main at zongor/undar-lang 2026-05-23 12:29:14 -04:00
c5ce5179f0 fix casting, remove get/put char, add halt, move to "mainless" style?
zongor pushed to main at zongor/undar-lang 2026-05-22 17:31:23 -04:00
251101ecb8 fix local variables, wip: globals
zongor pushed to main at zongor/undar-lang 2026-05-22 02:36:29 -04:00
28598e354a fix return statement
zongor pushed to main at zongor/undar-lang 2026-05-22 02:20:05 -04:00
a4a695f84a Scopes should be working now, need to still fix early return
zongor pushed to main at zongor/undar-lang 2026-05-22 01:23:37 -04:00
99675eb6d3 Fix everything except for casting
zongor pushed to main at zongor/undar-lang 2026-05-18 02:10:12 -04:00
bb764a3017 WIP function calls
zongor pushed to main at zongor/undar-mode 2026-05-17 13:17:36 -04:00
74539e657e fix function def
zongor pushed to main at zongor/undar-lang 2026-05-16 15:47:19 -04:00
e968cb6725 WIP functions def
zongor pushed to main at zongor/undar-lang 2026-05-14 19:11:46 -04:00
490b869919 Add docs/WIP-Readme
zongor pushed to main at zongor/undar-lang 2026-05-08 01:26:13 -04:00
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.
zongor pushed to main at zongor/undar-lang 2026-04-29 03:00:32 -04:00
86922ed86b newlines for if/while
zongor pushed to main at zongor/undar-lang 2026-04-29 02:45:28 -04:00
3847c63fc9 fix global var set
zongor pushed to main at zongor/undar-lang 2026-04-29 02:23:07 -04:00
3ac64d18a0 add while loops
zongor pushed to main at zongor/undar-lang 2026-04-28 01:02:52 -04:00
ab5a7ee185 add if / else statements
zongor pushed to main at zongor/undar-lang 2026-04-23 03:09:08 -04:00
46336105aa fix string emit
zongor pushed to main at zongor/undar-lang 2026-04-23 03:01:21 -04:00
fbfb24d1e5 fix casting, add strings, add libundar for uxntal, add chibicc-uxn generator files,
zongor pushed to main at zongor/undar-lang 2026-04-22 03:15:44 -04:00
cf1f665e56 Add and, or, xor, mod, sll, srl, locals, putchar, getchar, simple if (WIP)
zongor pushed to main at zongor/undar-lang 2026-04-21 02:24:50 -04:00
38585bf105 Add arena return to libc, add strbuf, add reality engine rom emitter, remove C emitter