Steps to reproduce: Just run the [_parser example_ file](https://github.com/Danesprite/pyjsgf/blob/master/examples/parser%20example.py). Mainly: from jsgf import parse_grammar_string grammar = parse_grammar_string( "#JSGF V1.0 UTF-8 en;" "grammar example;" "public <greet> = hello world {tag};" )