Added EBNF choice handling

This commit is contained in:
David Beazley
2020-05-09 12:24:33 -05:00
parent ab75a58b10
commit 1f87ddaf39
5 changed files with 322 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
# -----------------------------------------------------------------------------
import sys
sys.path.append('../..')
sys.path.insert(0, '../..')
from sly import Lexer, Parser