SCM Repository
Annotation of /sml/trunk/src/cm/tools/yacctool.sml
Parent Directory
|
Revision Log
Revision 518 - (view) (download)
1 : | blume | 277 | (* |
2 : | * Running ML-Yacc from CM. | ||
3 : | * | ||
4 : | * (C) 1999 Lucent Technologies, Bell Laboratories | ||
5 : | * | ||
6 : | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | ||
7 : | *) | ||
8 : | blume | 282 | structure YaccTool = struct |
9 : | blume | 493 | val command = Tools.newCmdController ("YACC", "ml-yacc") |
10 : | blume | 282 | val _ = Tools.registerStdShellCmdTool |
11 : | { tool = "ML-Yacc", | ||
12 : | class = "mlyacc", | ||
13 : | suffixes = ["grm", "y"], | ||
14 : | command = command, | ||
15 : | blume | 518 | extensionStyle = Tools.EXTEND [("sig", SOME "sml"), |
16 : | ("sml", SOME "sml")] } | ||
17 : | blume | 282 | end |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |