Lexer
produces tokens
Take the input and pass tokens to the parser.
Excellent talk rob pike - Lexical Scanning in Go
Parser
parsing Parse the tokens into an AST parsing algorithms
Emitter
Wouter van Oortmerssen - Bring your language to Wasm
produces tokens
Take the input and pass tokens to the parser.
Excellent talk rob pike - Lexical Scanning in Go
parsing Parse the tokens into an AST parsing algorithms
Wouter van Oortmerssen - Bring your language to Wasm
Backlinks