Make list productions left-recursive
This commit is contained in:
@@ -26,10 +26,13 @@ type nonTerminalId =
|
||||
| NONTERM__startrung
|
||||
| NONTERM_rung
|
||||
| NONTERM_steps
|
||||
| NONTERM_steps_reversed
|
||||
| NONTERM_branch
|
||||
| NONTERM_branch_arms
|
||||
| NONTERM_branch_arms_reversed
|
||||
| NONTERM_instr
|
||||
| NONTERM_operands
|
||||
| NONTERM_operands_reversed
|
||||
| NONTERM_operand
|
||||
/// This function maps tokens to integer indexes
|
||||
val tagOfToken: token -> int
|
||||
|
Reference in New Issue
Block a user