Back to projects
YASIC
A BASIC-like programming language
YYASIC
Yet Another Simple Instruction Code. Writing a language end to end — tokenising, parsing to a tree, walking it — is the fastest way I know to stop treating compilers as magic. Nothing here is novel; that was never the point.