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
# Programming - [Go](./golang.md) - [Web Assembly](./wasm.md) - [Design Patterns](./design_patterns.md) - [The Recurse Center](./the_recurse_center.md) - [Building a Compiler](./building_a_compiler.md...