linkchecker/PyLR/__init__.py
2000-02-27 20:45:44 +00:00

9 lines
132 B
Python

"""Parser generator
"""
from Lexer import Lexer
from Parser import Parser
from GrammarLex import GrammarLex
__version__ = "$Id$"