SCM Repository
View of /sml/trunk/src/cm/tools/lextool.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: 430 byte(s)
Wed May 19 05:14:03 1999 UTC (21 years, 8 months ago) by blume
File size: 430 byte(s)
stdtool as function; better depend. graphs, group export grammar fixed
(* * Running ML-Lex from CM. * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure LexTool = struct val command = Tools.newCmdGetterSetter ("LEX", "ml-lex") val _ = Tools.registerStdShellCmdTool { tool = "ML-Lex", class = "mllex", suffixes = ["lex", "l"], command = command, extensionStyle = Tools.EXTEND ["sml"], sml = true } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |