This commit is contained in:
SpookyDervish
2025-12-06 14:01:48 +11:00
parent f122eca1d5
commit 38b511ed3f

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from lexer import Lexer
from plasma_parser import Parser
from compiler import Compiler