diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-05-16 08:24:59 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-05-17 09:50:31 -0700 |
| commit | 06624f3183f4d773cf1023cabe2e370ebba5dee1 (patch) | |
| tree | 93742397b82037c81077507920096d5ac80d4e63 /main.sml | |
| parent | c2bb80335b590c9118bad0da1d4407942b3765de (diff) | |
| download | sml-06624f3183f4d773cf1023cabe2e370ebba5dee1.tar.zst | |
Use code generation for printing the AST
Diffstat (limited to 'main.sml')
| -rw-r--r-- | main.sml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |
