dead code elimination for PGF. Note: the produced grammars will not work well with metavariables and high-order abstract syntax

This commit is contained in:
krasimir
2010-06-09 11:32:59 +00:00
parent 4e35f7e5ec
commit d6f32b3bcd
8 changed files with 229 additions and 61 deletions

View File

@@ -2,7 +2,7 @@ module PGF.Binary where
import PGF.CId
import PGF.Data
import PGF.Macros
import PGF.Optimize
import Data.Binary
import Data.Binary.Put
import Data.Binary.Get