1
0
forked from GitHub/gf-core

Use Happy grammar for imports extraction instead of hand made shallow crapy grammar

This commit is contained in:
krasimir
2008-04-22 08:33:23 +00:00
parent b286c625a4
commit 082668f182
8 changed files with 7991 additions and 3656 deletions

View File

@@ -33,7 +33,7 @@ import qualified Data.ByteString.Char8 as BS
pTerm :: String -> Err Term
pTerm s = do
e <- err2err $ pExp $ myLexer (BS.pack s)
e <- pExp $ myLexer (BS.pack s)
transExp e
pTrm :: String -> Term