SCM Repository
View of /sml/trunk/src/cm/tools/yacctool.sml
Parent Directory
|
Revision Log
Revision 277 -
(download)
(annotate)
Mon May 17 09:13:26 1999 UTC (21 years, 11 months ago) by blume
File size: 395 byte(s)
Mon May 17 09:13:26 1999 UTC (21 years, 11 months ago) by blume
File size: 395 byte(s)
early beginning of dep. analysis
(* * Running ML-Yacc from CM. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure YaccTool = StdShellCmdTool (val tool = "ML-Yacc" val class = "mlyacc" val suffixes = ["grm", "y"] val command = ("YACC", "ml-yacc") val extensionStyle = Tools.EXTEND ["sig", "sml"] val sml = true)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |