japl-python/JAPL/__init__.py

5 lines
90 B
Python

from .lexer import Lexer
from .parser import Parser
from .interpreter import Interpreter