undar-lang/test
zongor 251101ecb8 fix local variables, wip: globals 2026-05-22 14:31:13 -07:00
..
add-hardcoded.tal Fix everything except for casting 2026-05-21 22:23:26 -07:00
add.ul Fix everything except for casting 2026-05-21 22:23:26 -07:00
attack.c WIP function calls 2026-05-17 23:09:57 -07:00
attack.tal WIP function calls 2026-05-17 23:09:57 -07:00
attack.ul fix local variables, wip: globals 2026-05-22 14:31:13 -07:00
bang-hardcoded.tal Add examples for fixing locals to be dynamically allocated from the end of memory. This should allow for recursion and better handling in general. 2026-05-07 22:25:55 -07:00
bang.tal add if / else statements 2026-04-27 22:02:37 -07:00
bang.ul WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup 2026-04-07 00:13:31 -07:00
expression.ul WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup 2026-04-07 00:13:31 -07:00
fib-hardcoded.tal fix return statement 2026-05-21 23:36:20 -07:00
fib.tal fix local variables, wip: globals 2026-05-22 14:31:13 -07:00
fib.ul Scopes should be working now, need to still fix early return 2026-05-21 23:19:47 -07:00
for.ul 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
global-hardcoded.tal Add examples for fixing locals to be dynamically allocated from the end of memory. This should allow for recursion and better handling in general. 2026-05-07 22:25:55 -07:00
global.tal fix casting, add strings, add libundar for uxntal, add chibicc-uxn generator files, 2026-04-23 00:01:11 -07:00
global.ul fix local variables, wip: globals 2026-05-22 14:31:13 -07:00
hello-hardcoded.tal Add examples for fixing locals to be dynamically allocated from the end of memory. This should allow for recursion and better handling in general. 2026-05-07 22:25:55 -07:00
hello.tal fix casting, add strings, add libundar for uxntal, add chibicc-uxn generator files, 2026-04-23 00:01:11 -07:00
hello.ul 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
if-hardcoded.tal Add examples for fixing locals to be dynamically allocated from the end of memory. This should allow for recursion and better handling in general. 2026-05-07 22:25:55 -07:00
if.tal add while loops 2026-04-28 23:22:57 -07:00
if.ul fix local variables, wip: globals 2026-05-22 14:31:13 -07:00
local.ul Add and, or, xor, mod, sll, srl, locals, putchar, getchar, simple if (WIP) 2026-04-22 00:15:31 -07:00
malloc.ul WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup 2026-04-07 00:13:31 -07:00
mat-search.ul WIP functions def 2026-05-16 12:47:01 -07:00
paint.ul WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup 2026-04-07 00:13:31 -07:00
plex.ul update example to match 2026-04-07 12:05:56 -07:00
simple.ul merge emitters, add uxn emitter, update c emitter, update simple to use raw ascii for example 2026-04-08 22:29:47 -07:00
str-hardcoded.tal Add examples for fixing locals to be dynamically allocated from the end of memory. This should allow for recursion and better handling in general. 2026-05-07 22:25:55 -07:00
str.ul Fix everything except for casting 2026-05-21 22:23:26 -07:00
trait.ul WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup 2026-04-07 00:13:31 -07:00
while-hardcoded.tal Add examples for fixing locals to be dynamically allocated from the end of memory. This should allow for recursion and better handling in general. 2026-05-07 22:25:55 -07:00
while.tal newlines for if/while 2026-04-29 00:00:22 -07:00
while.ul WIP: c emitter, uxn emitter, parser, compiler, examples, cleanup 2026-04-07 00:13:31 -07:00
window.ul WIP function calls 2026-05-17 23:09:57 -07:00