SCM Repository
View of /sml/trunk/src/cm/tools/yacctool.sml
Parent Directory
|
Revision Log
Revision 282 -
(download)
(annotate)
Wed May 19 05:14:03 1999 UTC (21 years, 8 months ago) by blume
File size: 443 byte(s)
Wed May 19 05:14:03 1999 UTC (21 years, 8 months ago) by blume
File size: 443 byte(s)
stdtool as function; better depend. graphs, group export grammar fixed
(* * Running ML-Yacc from CM. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure YaccTool = struct val command = Tools.newCmdGetterSetter ("YACC", "ml-yacc") val _ = Tools.registerStdShellCmdTool { tool = "ML-Yacc", class = "mlyacc", suffixes = ["grm", "y"], command = command, extensionStyle = Tools.EXTEND ["sig", "sml"], sml = true } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |