restored the read_file command ; filename must be in quotes (to be fixed?)

This commit is contained in:
aarne
2008-06-11 13:18:09 +00:00
parent 4681aaa11c
commit 9a8295c98d
2 changed files with 33 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
module GF.Command.Parse(readCommandLine, pCommand) where
import PGF.ExprSyntax
import PGF.Data(Exp)
import GF.Command.Abstract
import Data.Char