Parse branches
This commit is contained in:
@@ -26,6 +26,8 @@ type nonTerminalId =
|
||||
| NONTERM__startrung
|
||||
| NONTERM_rung
|
||||
| NONTERM_steps
|
||||
| NONTERM_branch
|
||||
| NONTERM_branch_arms
|
||||
| NONTERM_instr
|
||||
| NONTERM_operands
|
||||
| NONTERM_operand
|
||||
@@ -40,4 +42,4 @@ val prodIdxToNonTerminal: int -> nonTerminalId
|
||||
|
||||
/// This function gets the name of a token as a string
|
||||
val token_to_string: token -> string
|
||||
val rung : (FSharp.Text.Lexing.LexBuffer<'cty> -> token) -> FSharp.Text.Lexing.LexBuffer<'cty> -> (Instr list)
|
||||
val rung : (FSharp.Text.Lexing.LexBuffer<'cty> -> token) -> FSharp.Text.Lexing.LexBuffer<'cty> -> (Rung)
|
||||
|
Reference in New Issue
Block a user