SymbPN and SymbCN in resources

This commit is contained in:
aarne
2004-06-03 19:31:39 +00:00
parent 7716f81886
commit e78e5a6af7
5 changed files with 9 additions and 8 deletions

View File

@@ -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