mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
"Committed_by_peb"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user