aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
snapshot2026-06-20Pattern matching optimizer and moreElis Eriksson
it's not the best optimizer but it works. Also added a -ast_dump flag which dumps the AST to stderr. Also input is now done in raw mode just because it can be.
snapshot2026-06-20Add a README, replace the shell script with C code. Add a LICENSE.Elis Eriksson
snapshot2026-06-19Improve the shitElis Eriksson
No longer turing complete No longer depends on libc (good thing) Codegen is now unreadable (because i want it to be) Remove a couple of unnecessary includes Output C code to out.c when compiling Why the fuck are you reading this?
snapshot2026-06-13Initial Commit, probably needs heavy code cleanupElis Eriksson