This website requires JavaScript.
8abe0ab545
fix deref error
main
zongor
2026-07-07 00:19:32 -0700
b22db9cfd5
fix some of the regression bugs around functions, WIP passing strings to functions
zongor
2026-07-06 23:51:50 -0700
d64f7c86c4
remove old str
zongor
2026-07-06 18:39:27 -0700
65433ea629
string test changes, add intial stdlib
zongor
2026-07-06 18:39:16 -0700
3a44877465
WIP function array fixes
zongor
2026-07-06 18:38:56 -0700
ed933356d2
add hello-bf
zongor
2026-07-04 21:26:30 -0700
ac1278de64
fix small bug with byte output
zongor
2026-07-04 20:48:55 -0700
6fb3f2d6a6
fix scope bug
zongor
2026-07-04 19:15:26 -0700
7232f95f7a
wip array test file
zongor
2026-07-04 15:01:29 -0700
9c746ad15b
WIP array fixes
zongor
2026-07-04 15:01:14 -0700
0ab7ef872b
bugfixes for array handling, add statement formatting
zongor
2026-07-04 12:42:19 -0700
c8cba215a5
quick-fix should be an expression
zongor
2026-07-03 18:27:45 -0700
9280f52f65
wip memory inc
zongor
2026-07-03 17:33:54 -0700
9f6d2b7b2d
Add indexing strings
zongor
2026-07-03 12:35:22 -0700
fad545d52c
add ability to set a variable in a static array.
zongor
2026-07-03 10:36:25 -0700
fc2e15bc01
move to its own repo
zongor
2026-07-02 18:58:01 -0700
23bb9f73e7
wip string and array indexing, need to do setting index array yet
zongor
2026-07-01 23:38:27 -0700
b8899d8bc9
rename index to compiler
zongor
2026-06-29 17:43:17 -0700
aee7191f59
get rid of all static functions and all globals, use pointers instead. fix alignment bug in aalloc
zongor
2026-06-29 17:32:54 -0700
63a5b737fc
add button to uxntal repl
zongor
2026-06-29 16:58:52 -0700
9525294d41
fix build stuff
zongor
2026-06-29 16:50:26 -0700
0f67dd1318
change theme to match mine better
zongor
2026-06-29 16:43:13 -0700
95f3e0aeed
Add web version
zongor
2026-06-29 16:39:01 -0700
0449d9b84e
more advanced array stuff, hacked in read/write literals for uxn
zongor
2026-06-28 23:51:58 -0700
74f5c58f23
Initial Array Handling!!
zongor
2026-06-28 21:50:51 -0700
f8008e81d5
WIP more array stuff
zongor
2026-06-28 15:09:48 -0700
974d282d7a
Change to output a string buffer instead of raw printf
zongor
2026-06-28 14:01:13 -0700
1ec9f7a2d1
wip more array defs
zongor
2026-06-21 13:10:30 -0700
4e9f3973a4
wip arrays
zongor
2026-06-21 09:13:55 -0700
e8515657c3
rename
zongor
2026-06-07 11:38:39 -0700
b2ec1a78d2
add rom built check for faster tests
zongor
2026-06-02 21:28:57 -0700
744cd74016
move a bunch of stuff around
zongor
2026-06-02 21:19:07 -0700
83fb20642b
move stuff around
zongor
2026-06-02 21:09:54 -0700
94af35c9fe
no toc
zongor
2026-06-02 21:02:28 -0700
6ccaaf58b7
do no evil
zongor
2026-06-02 21:01:33 -0700
6868b6cc03
Update readme
zongor
2026-06-02 20:58:41 -0700
e23bd09454
Add language spec, update readme to link spec and move some notes
zongor
2026-06-02 20:57:53 -0700
e109fe8b73
Add test rig, add cli/gui cmds, update build script, better error handling for casts, fix escaped characters for strings, WIP new tests/arrays
zongor
2026-06-02 20:19:15 -0700
deed734dc9
WIP arrays, fix formatting
zongor
2026-05-24 09:54:25 -0700
cbb904abd9
wip arrays
zongor
2026-05-23 12:24:18 -0700
c5ce5179f0
fix casting, remove get/put char, add halt, move to "mainless" style?
zongor
2026-05-23 09:28:57 -0700
251101ecb8
fix local variables, wip: globals
zongor
2026-05-22 14:31:13 -0700
28598e354a
fix return statement
zongor
2026-05-21 23:36:20 -0700
a4a695f84a
Scopes should be working now, need to still fix early return
zongor
2026-05-21 23:19:47 -0700
99675eb6d3
Fix everything except for casting
zongor
2026-05-21 22:23:26 -0700
bb764a3017
WIP function calls
zongor
2026-05-17 23:09:57 -0700
e968cb6725
WIP functions def
zongor
2026-05-16 12:47:01 -0700
490b869919
Add docs/WIP-Readme
zongor
2026-05-14 19:11:44 -0400
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
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