forked from GitHub/gf-core
top-level transfer for converting trees; lexicon not included
This commit is contained in:
8
lib/src/experimental/transfer/ONTransfer.hs
Normal file
8
lib/src/experimental/transfer/ONTransfer.hs
Normal file
@@ -0,0 +1,8 @@
|
||||
module Main where
|
||||
|
||||
import qualified PGF
|
||||
import Old2New
|
||||
|
||||
main = interact (unlines . map trans . lines)
|
||||
|
||||
trans = maybe "" (PGF.showExpr [] . transfer) . PGF.readExpr
|
||||
Reference in New Issue
Block a user