summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
13 daysallow reading from fileKimplul
2026-08-01add builtin type checkingKimplul
+ Rather terrible error messages, should be improved at some point, but seems to work for now
2026-08-01analysis more-or-less worksKimplul
+ No tests so probably missing a lot of bugs, hah + Next up, implement the builtins and then it's just (just) running
2026-08-01parser seems to workKimplul
2026-08-01add eol tokenKimplul
2026-08-01free registered functionsKimplul
2026-08-01better token cleanupKimplul
2026-07-31forgot to tokenize numbersKimplul
2026-07-31initial tokenizationKimplul