summaryrefslogtreecommitdiff
path: root/ccross.sml
diff options
context:
space:
mode:
authorVladimir Azarov <avm@intermediate-node.net>2025-05-17 14:45:50 +0200
committerVladimir Azarov <avm@intermediate-node.net>2025-05-17 14:45:50 +0200
commit5edd85474d6d8f3a0cc06cc0250ed3db8b26fcfa (patch)
treebd7ad914025858b4389b1801216ac7d41a0c1f45 /ccross.sml
parent1f31e550385cfa64a36167a5f3f9ec780baaad86 (diff)
Function-like macros
Diffstat (limited to 'ccross.sml')
-rw-r--r--ccross.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccross.sml b/ccross.sml
index 1dab748..babe630 100644
--- a/ccross.sml
+++ b/ccross.sml
@@ -2,7 +2,7 @@ structure ccross:> CCROSS = struct
structure T:> TOKENIZER =
Tokenizer(structure H = Hashtable; structure S = Stream)
- structure ppc:> PPC = ppc(structure H = Hashtable; structure T = T)
+ structure ppc:> PPC = ppc(structure Tree = Tree; structure T = T)
structure D:> DRIVER = Driver(ppc)