diff options
Diffstat (limited to 'ccross.sml')
-rw-r--r-- | ccross.sml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ structure ccross:> CCROSS = struct + structure ST:> SYMTAB = Symtab(Hashtable) structure T:> TOKENIZER = - Tokenizer(structure H = Hashtable; structure S = Stream) + Tokenizer(structure ST = ST; structure S = Stream) structure ppc:> PPC = ppc(structure Tree = Tree; structure T = T) structure Parser:> PARSER = Parser(ppc) structure D:> DRIVER = Driver(Parser) |