mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 04:52:51 -06:00
libpgf: the first prototype for the robust parser
This commit is contained in:
@@ -149,7 +149,10 @@ GU_DEFINE_TYPE(
|
||||
PGF_PRODUCTION_CONST, PgfProductionConst,
|
||||
GU_MEMBER(PgfProductionConst, expr, PgfExpr),
|
||||
GU_MEMBER(PgfProductionConst, n_toks, GuLength),
|
||||
GU_FLEX_MEMBER(PgfProductionConst, toks, GuString)));
|
||||
GU_FLEX_MEMBER(PgfProductionConst, toks, GuString)),
|
||||
GU_CONSTRUCTOR_S(
|
||||
PGF_PRODUCTION_META, PgfProductionMeta,
|
||||
GU_MEMBER(PgfProductionMeta, args, PgfPArgs)));
|
||||
|
||||
GU_DEFINE_TYPE(PgfProductions, GuList, gu_type(PgfProduction));
|
||||
GU_DEFINE_TYPE(PgfProductionSeq, GuSeq, gu_type(PgfProduction));
|
||||
|
||||
Reference in New Issue
Block a user