You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening this issue. My apologies for taking a few months to respond. Unfortunately, I am unable to reproduce a NameError by running the parser example.py file. What version of Python are you running?
Steps to reproduce:
Just run the parser example file.
Mainly:
from jsgf import parse_grammar_string
grammar = parse_grammar_string(
"#JSGF V1.0 UTF-8 en;"
"grammar example;"
"public = hello world {tag};"
)
The text was updated successfully, but these errors were encountered: