1
0
forked from GitHub/gf-core

parsing escaped strings from command line fixed

This commit is contained in:
aarne
2005-12-21 19:46:48 +00:00
parent f4c5fcf44a
commit 89ec5b808b
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)