Use a separated tag for meta productions in the robust parser. This cleans up the code a lot

This commit is contained in:
kr.angelov
2012-06-13 05:49:30 +00:00
parent cc58e2d05f
commit 3ad5493758
5 changed files with 296 additions and 189 deletions

View File

@@ -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);