SCM Repository
Annotation of /sml/trunk/src/cm/tools/lextool.sml
Parent Directory
|
Revision Log
Revision 276 - (view) (download)
1 : | blume | 276 | structure LexTool = |
2 : | StdShellCmdTool (val tool = "ML-Lex" | ||
3 : | val class = "mllex" | ||
4 : | val suffixes = ["lex", "l"] | ||
5 : | val command = ("LEX", "ml-lex") | ||
6 : | val extensionStyle = Tools.EXTEND ["sml"] | ||
7 : | val sml = true) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |