Skip to content

Examples

The repository examples are the executable source of truth for this site:

ExampleDemonstrates
CalculatorInteger values, operators, and a parser-ready token stream
JSONStructured tokens and semantic value conversion
Toy languageRuby constants and regexp interpolation
Ruby subsetSource transformation and ordinary Ruby code
RaccParser protocol integration
LramaA Lrama-compatible adapter

Each example can be checked, run in runtime mode, and generated. Start with the calculator tutorial before exploring parser integration.