mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
the grammar reader in the C runtime is completely rewritten and it doesn't use the generic programming API
This commit is contained in:
@@ -351,7 +351,7 @@ typedef struct {
|
||||
} PgfPattApp;
|
||||
|
||||
typedef struct {
|
||||
PgfLiteral* lit;
|
||||
PgfLiteral lit;
|
||||
} PgfPattLit;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user