mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 04:52:51 -06:00
added an API for printing the PGF to human readable format
This commit is contained in:
@@ -229,6 +229,9 @@ GU_DEFINE_TYPE(
|
||||
GU_DEFINE_TYPE(
|
||||
PgfConcr, struct,
|
||||
GU_MEMBER(PgfConcr, cflags, PgfFlagsP),
|
||||
GU_MEMBER_P(PgfConcr, ccats, GuMap),
|
||||
GU_MEMBER_P(PgfConcr, cncfuns, PgfCncFuns),
|
||||
GU_MEMBER_P(PgfConcr, sequences, PgfSequences),
|
||||
GU_MEMBER_P(PgfConcr, printnames, PgfPrintNames),
|
||||
GU_MEMBER_V(PgfConcr, cnccats,
|
||||
GU_TYPE_LIT(pointer, PgfCIdMap*,
|
||||
|
||||
Reference in New Issue
Block a user