summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF/Optimize.hs
AgeCommit message (Expand)Author
2012-08-29Use nub' instead of nub in some places, remove some unused nub importspeter.ljunglof
2012-08-29Added an O(n log n) version of nubpeter.ljunglof
2010-12-14optimization in the parser for large lexicons. Now, the parser is slightly sl...krasimir
2010-08-09native representation for HOAS in PMCFG and incremental type checking of the ...krasimir
2010-06-30rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...krasimir
2010-06-09dead code elimination for PGF. Note: the produced grammars will not work well...krasimir