Remove terminals from parsodus parser specification
This commit is contained in:
parent
2820e0b79f
commit
26a152d3b0
|
@ -1,29 +1,6 @@
|
|||
parser: SLR(1)
|
||||
lexesis: parsodusLexer.lxs
|
||||
terminals:
|
||||
"PARSER"
|
||||
"PRECEDENCE"
|
||||
"LEXESIS"
|
||||
"TERMINALS"
|
||||
"START"
|
||||
"GRAMMAR"
|
||||
"PARSERTYPE"
|
||||
"LEFT"
|
||||
"RIGHT"
|
||||
"NONASSOC"
|
||||
"LEXESISNAME"
|
||||
"TERMINAL"
|
||||
"VARIABLE"
|
||||
"ARROW"
|
||||
"SEMICOLON"
|
||||
"COLON"
|
||||
"PIPE"
|
||||
"NUM"
|
||||
"RULENAME"
|
||||
"LBRACKET"
|
||||
"RBRACKET"
|
||||
"COMMA"
|
||||
|
||||
|
||||
start:
|
||||
<sections>
|
||||
|
||||
|
|
Loading…
Reference in New Issue