"Committed_by_peb"

This commit is contained in:
peb
2005-02-09 11:46:54 +00:00
parent 4fd0c636f8
commit a0d4129863
55 changed files with 485 additions and 339 deletions

View File

@@ -9,16 +9,14 @@
-- > CVS $Author $
-- > CVS $Revision $
--
-- (Description of the module)
-- translate OCL, etc, files in batch mode
-----------------------------------------------------------------------------
module BatchTranslate where
module BatchTranslate (translate) where
import API
import GetMyTree (file2tree)
-- translate OCL, etc, files in batch mode
translate :: FilePath -> FilePath -> IO ()
translate fgr txt = do
gr <- file2grammar fgr