SCM Repository
View of /sml/trunk/src/cm/tools/lextool.sml
Parent Directory
|
Revision Log
Revision 518 -
(download)
(annotate)
Wed Jan 12 06:26:25 2000 UTC (21 years, 1 month ago) by blume
File size: 427 byte(s)
Wed Jan 12 06:26:25 2000 UTC (21 years, 1 month ago) by blume
File size: 427 byte(s)
tool plugins implemented
(* * 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.newCmdController ("LEX", "ml-lex") val _ = Tools.registerStdShellCmdTool { tool = "ML-Lex", class = "mllex", suffixes = ["lex", "l"], command = command, extensionStyle = Tools.EXTEND [("sml", SOME "sml")] } end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |