summaryrefslogtreecommitdiffstats
path: root/main.sml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-01-22 19:45:12 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-05-18 08:11:25 -0700
commite5034d3a668fbf0a4367bb582d759ba82b5576a3 (patch)
treeb0b658d254fe6a710183e60e792bb068263e77df /main.sml
parent06624f3183f4d773cf1023cabe2e370ebba5dee1 (diff)
downloadsml-e5034d3a668fbf0a4367bb582d759ba82b5576a3.tar.zst
Support struct expressions
Diffstat (limited to 'main.sml')
-rw-r--r--main.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.sml b/main.sml
index 13e6774..99d72bb 100644
--- a/main.sml
+++ b/main.sml
@@ -4,13 +4,13 @@ use "Buffer.sml";
use "GenSym.sml";
use "Map.sml";
use "Syntax.sml";
+use "Opts.sml";
+use "Parser.sml";
use "ShowSyntax.sml";
use "CodeGen.sml";
use "CPS.sml";
use "Elab.sml";
use "Linker.sml";
-use "Opts.sml";
-use "Parser.sml";
use "Compiler.sml";
val _ = Compiler.main (CommandLine.arguments ())