Examples
The repository examples are the executable source of truth for this site:
| Example | Demonstrates |
|---|---|
| Calculator | Integer values, operators, and a parser-ready token stream |
| JSON | Structured tokens and semantic value conversion |
| Toy language | Ruby constants and regexp interpolation |
| Ruby subset | Source transformation and ordinary Ruby code |
| Racc | Parser protocol integration |
| Lrama | A Lrama-compatible adapter |
Each example can be checked, run in runtime mode, and generated. Start with the calculator tutorial before exploring parser integration.