Skip to content

https://github.com/jamiebuilds/the-super-tiny-compiler

  • input => tokenizer => tokens

  • tokens => parser => ast

  • ast => transformer => newAst

  • newAst => generator => output