summaryrefslogtreecommitdiffstats
path: root/main.sml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-05-16 08:24:59 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-05-17 09:50:31 -0700
commit06624f3183f4d773cf1023cabe2e370ebba5dee1 (patch)
tree93742397b82037c81077507920096d5ac80d4e63 /main.sml
parentc2bb80335b590c9118bad0da1d4407942b3765de (diff)
downloadsml-06624f3183f4d773cf1023cabe2e370ebba5dee1.tar.zst
Use code generation for printing the AST
Diffstat (limited to 'main.sml')
-rw-r--r--main.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.sml b/main.sml
index b391219..13e6774 100644
--- a/main.sml
+++ b/main.sml
@@ -4,6 +4,7 @@ use "Buffer.sml";
use "GenSym.sml";
use "Map.sml";
use "Syntax.sml";
+use "ShowSyntax.sml";
use "CodeGen.sml";
use "CPS.sml";
use "Elab.sml";