parsing escaped strings from command line fixed

This commit is contained in:
aarne
2005-12-21 19:46:48 +00:00
parent 82c3a45047
commit d91d8043e0
6 changed files with 36 additions and 22 deletions

View File

@@ -25,7 +25,7 @@ import GF.Compile.ShellState
import GF.Infra.Option
import GF.UseGrammar.Session
import GF.Shell.Commands
import GF.Shell.PShell (wordsLits)
import GF.UseGrammar.Tokenize (wordsLits)
import Data.Char
import Data.List (intersperse)