parsing with meta rules is now removed since we don't use them anymore and I would gladly remove some code.

This commit is contained in:
krasimir
2015-02-19 11:59:51 +00:00
parent 39bbe68adf
commit b92bbcfc37
2 changed files with 4 additions and 217 deletions

View File

@@ -293,8 +293,7 @@ typedef GuVariant PgfProduction;
typedef enum {
PGF_PRODUCTION_APPLY,
PGF_PRODUCTION_COERCE,
PGF_PRODUCTION_EXTERN,
PGF_PRODUCTION_META
PGF_PRODUCTION_EXTERN
} PgfProductionTag;
typedef struct {