ebnf_cc: Add token backtracking functionality |
|
Issue descriptionebnf_cc does not currently contain token backtracking functionality. Thus users must write EBNF language specifications in such a way that backtracking is not required (i.e. optional symbols must be recognized as part of the text or not without consuming tokens from the token stream). |
|
►
Sign in to add a comment |
|