Source code for tyrian.typarser

"""
Contains code for parsing and for building the AST
"""

from .typarser import Parser
Parser