diff options
Diffstat (limited to 'ccross.sml')
-rw-r--r-- | ccross.sml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ structure ccross:> CCROSS = struct Tokenizer(structure ST = ST; structure S = Stream) structure ppc:> PPC = ppc(structure Tree = Tree; structure T = T) structure Parser:> PARSER = - Parser(structure Tree = Tree; structure P = ppc) + Parser(structure Tree = Tree; structure P = ppc; + structure D = Dynarray) structure D:> DRIVER = Driver(Parser) structure ExnHandler:> EXN_HANDLER = ExnHandler end |