mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
now the PGF to JavaScript convertor uses PMCFG
This commit is contained in:
@@ -56,5 +56,6 @@ data Property =
|
||||
data PropertyName =
|
||||
IdentPropName Ident
|
||||
| StringPropName String
|
||||
| IntPropName Int
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
|
||||
@@ -164,6 +164,4 @@ instance Print PropertyName where
|
||||
prt i e = case e of
|
||||
IdentPropName id -> prPrec i 0 (concatD [prt 0 id])
|
||||
StringPropName str -> prPrec i 0 (concatD [prt 0 str])
|
||||
|
||||
|
||||
|
||||
IntPropName n -> prPrec i 0 (concatD [prt 0 n])
|
||||
|
||||
Reference in New Issue
Block a user