1
0
forked from GitHub/gf-core

Remove removeIdenticalRules, since it would get rid of alternative parse results.

This commit is contained in:
bringert
2007-03-20 22:09:17 +00:00
parent fe73354cc6
commit 0eac3f6b58
3 changed files with 0 additions and 10 deletions

View File

@@ -66,7 +66,6 @@ makeSimpleRegular :: Options -> StateGrammar -> CFRules
makeSimpleRegular opts s = makeRegular $ preprocess $ cfgToCFRules s
where start = getStartCatCF opts s
preprocess = fix (topDownFilter start . bottomUpFilter)
. removeIdenticalRules
. removeCycles
--