Back to projects

2021Archived

YASIC

A BASIC-like programming language

  • Misc

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.