Productions
options : number(s)
number : prefix /\d+/
prefix : 'num' | '#'
- Basic step in parsing
- Can contain tokens or subrules
- Tokens are literal strings or regular expressions
- Subrules try to match at the current point in the text, entering a new production