Move things into more modules

It will help with testing and profiling
It breaks pyright (it's probably time to abandon pyright)
This commit is contained in:
John Doty 2024-06-10 05:50:09 -07:00
parent c3098aa435
commit 7b3c94c469
4 changed files with 431 additions and 419 deletions

4
parser/__init__.py Normal file
View file

@ -0,0 +1,4 @@
from . import parser
from . import runtime
from .parser import *