forked from GitHub/gf-core
SymbPN and SymbCN in resources
This commit is contained in:
@@ -18,5 +18,5 @@ getCanonModule file = do
|
||||
getCanonGrammar :: FilePath -> IOE CanonGrammar
|
||||
getCanonGrammar file = do
|
||||
s <- ioeIO $ readFileIf file
|
||||
c <- ioeErr $ err2err $ pCanon $ myLexer s
|
||||
c <- ioeErr {- $ err2err -} $ pCanon $ myLexer s
|
||||
return $ canon2grammar c
|
||||
|
||||
Reference in New Issue
Block a user