mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
Use a separated tag for meta productions in the robust parser. This cleans up the code a lot
This commit is contained in:
@@ -9,6 +9,9 @@ typedef struct GuBuf GuBuf;
|
||||
|
||||
typedef GuOpaque() GuSeq;
|
||||
|
||||
GuSeq
|
||||
gu_empty_seq();
|
||||
|
||||
GuSeq
|
||||
gu_make_seq(size_t elem_size, size_t len, GuPool* pool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user