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