Yay!! Direct generation of PMCFG from GF grammar

This commit is contained in:
krasimir
2010-06-18 12:55:58 +00:00
parent d7d893d6b3
commit 2069d9c9eb
17 changed files with 500 additions and 996 deletions

View File

@@ -34,7 +34,7 @@ data AExp =
AVr Ident Val
| ACn QIdent Val
| AType
| AInt Integer
| AInt Int
| AFloat Double
| AStr String
| AMeta MetaId Val