From a4c60603f61dd1a9f0ce420be9067965586dd694 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Mon, 4 Aug 2025 22:13:17 +0200 Subject: Object assembly --- ccross.sml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ccross.sml') diff --git a/ccross.sml b/ccross.sml index d3dcf3c..46851e9 100644 --- a/ccross.sml +++ b/ccross.sml @@ -6,7 +6,9 @@ structure ccross:> CCROSS = struct structure Parser:> PARSER = Parser(structure Tree = Tree; structure P = ppc; structure D = Dynarray) - structure D:> DRIVER = Driver(Parser) + structure IL:> IL = IL(Parser) + structure Emit:> EMIT = Emit(IL) + structure D:> DRIVER = Driver(Emit) structure ExnHandler:> EXN_HANDLER = ExnHandler end -- cgit v1.2.3