New issue
Advanced search Search tips

Issue 917913 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

ebnf_cc: Add token backtracking functionality

Project Member Reported by akhouderchah@chromium.org, Dec 26

Issue description

ebnf_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