SCM Repository
View of /sml/trunk/src/cm/tools/lextool.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: 382 byte(s)
Mon May 17 09:13:26 1999 UTC (21 years, 11 months ago) by blume
File size: 382 byte(s)
early beginning of dep. analysis
(* * Running ML-Lex from CM. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure LexTool = StdShellCmdTool (val tool = "ML-Lex" val class = "mllex" val suffixes = ["lex", "l"] val command = ("LEX", "ml-lex") val extensionStyle = Tools.EXTEND ["sml"] val sml = true)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |