This is a playground for me to practice things relating to the implementation of lexing and parsing.
- Recursive descent
- AST construction and traversal
- Streaming / Buffered parsing
- JSON parser in Ruby
- JSON parser in Go
- JSON parser in C
- YAML parser in my dreams
- SQL parser