peg.ebnf: different (better) error for peg.ebnf.semantic-action.
parent
fc8830b03e
commit
0f4f1058ce
|
@ -308,7 +308,7 @@ ARTICLE: "peg.ebnf.semantic-action" "EBNF Semantic Action"
|
||||||
{ $example
|
{ $example
|
||||||
"USING: prettyprint peg.ebnf math math.parser ;"
|
"USING: prettyprint peg.ebnf math math.parser ;"
|
||||||
"\"2\" [EBNF rule=[0-9] ?[ digit> odd? ]? EBNF] ."
|
"\"2\" [EBNF rule=[0-9] ?[ digit> odd? ]? EBNF] ."
|
||||||
"Sequence index out of bounds\nindex 0\nseq V{ }"
|
"Peg parsing error at character position 0.\nExpected \nGot '2'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue