1
0
forked from GitHub/gf-core

native representation for HOAS in PMCFG and incremental type checking of the parse forest

This commit is contained in:
krasimir
2010-08-09 10:10:08 +00:00
parent f77af89683
commit 9aa7c88c5a
17 changed files with 544 additions and 436 deletions
+2
View File
@@ -51,6 +51,8 @@ convertFile conf src file = do
return ws
TypeError _ ->
return []
ParseIncomplete ->
return []
ParseOk ts ->
case rank ts of
(t:tt) -> appv ("WARNING: ambiguous example " ++ ex) >>