aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-01-31allow defines in curly bracesHEADmasterKimplul
2024-10-23fix memory leaksKimplul
+ lol
2024-10-23rename parser states to be less sillyKimplul
2024-10-23add command continuationsKimplul
2024-10-23clear some warningsKimplul
2024-10-23play around with guile as a backendKimplul
+ I have officially devolved my language into an alternative syntax for Scheme. Oh well.
2024-10-23play around with lookup tables for commandsKimplul
2024-10-23some basic programs runKimplul
2024-10-23initial parser+lexerKimplul
+ AST might still change, also not a *huge* fan of having to reverse all arrays but I guess it's unlikely to be a significant bottleneck