From 9ccb3fce8e390f09fa5b812a77f7a65c10c5e4b1 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Wed, 4 Jun 2025 20:45:08 +0200 Subject: Registration of declarations --- ccross.sml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ccross.sml') diff --git a/ccross.sml b/ccross.sml index 64be5db..3c8bcf4 100644 --- a/ccross.sml +++ b/ccross.sml @@ -3,7 +3,8 @@ structure ccross:> CCROSS = struct structure T:> TOKENIZER = Tokenizer(structure ST = ST; structure S = Stream) structure ppc:> PPC = ppc(structure Tree = Tree; structure T = T) - structure Parser:> PARSER = Parser(ppc) + structure Parser:> PARSER = + Parser(structure Tree = Tree; structure P = ppc) structure D:> DRIVER = Driver(Parser) structure ExnHandler:> EXN_HANDLER = ExnHandler end -- cgit v1.2.3