A collection of Rust implementations patterns written in "Language Implementation Patterns" book.
- ll1_lexer: An implementation of the pattern 2 on Chapter 2, LL(1) lexer
- ll1_parser: An implementation of the pattern 3 on Chapter 2, LL(1) parser
- It works with ll1_lexer implementation
All code snippets are licensed under CC0 unless otherwise specified.