Source code for tyrian.typarser.grammar_parser

"""
Contains code for parsing the Grammar,
and for using it to parse a stream of tokens
"""

from .grammar_parser import GrammarParser
GrammarParser