diff options
| author | krasimir <krasimir@chalmers.se> | 2008-10-20 07:52:14 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2008-10-20 07:52:14 +0000 |
| commit | abe8da32fd5c3d0d69695bb89ca53be57f7166cc (patch) | |
| tree | 48154cb2c97503e000638ac65f2f77c63e9e3928 /GF.cabal | |
| parent | 418856d9bfe23944528ba3d41710be0dbfab8d27 (diff) | |
add parser and pretty printer for types
Diffstat (limited to 'GF.cabal')
| -rw-r--r-- | GF.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -574,6 +574,7 @@ library PGF.Parsing.FCFG.Incremental PGF.Parsing.FCFG PGF.Expr + PGF.Type PGF.Raw.Parse PGF.Raw.Print PGF.Raw.Convert @@ -680,6 +681,8 @@ executable gf PGF PGF.CId PGF.Data + PGF.Expr + PGF.Type PGF.Macros PGF.Generate PGF.Linearize |
