mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user