now the PGF to JavaScript convertor uses PMCFG

This commit is contained in:
krasimir
2009-12-14 09:53:53 +00:00
parent f85232947e
commit a7811d1199
3 changed files with 24 additions and 41 deletions

View File

@@ -56,5 +56,6 @@ data Property =
data PropertyName =
IdentPropName Ident
| StringPropName String
| IntPropName Int
deriving (Eq,Ord,Show)