GAL / Backend /semantic /__init__.py
Clarkoer's picture
add comments ehehe
e6b283b
Raw
History Blame Contribute Delete
202 Bytes
# AUTO: Imports names from another module.
from .symbol_table import SymbolTable # noqa: F401
# AUTO: Imports names from another module.
from .analyzer import ASTValidator, validate_ast # noqa: F401