[wadler] Re-factor into multiple modules

Hard split between builder and runtime, as is proper.
This commit is contained in:
John Doty 2024-09-21 07:42:52 -07:00
parent 1f84752538
commit 1a3ce02d48
4 changed files with 370 additions and 267 deletions

View file

@ -0,0 +1,5 @@
# A prettier printer.
from . import builder
from . import runtime
from .builder import *