libpgf: the first prototype for the robust parser

This commit is contained in:
kr.angelov
2012-02-29 14:43:08 +00:00
parent 65a69cab91
commit aca0bd5ee5
6 changed files with 369 additions and 50 deletions

View File

@@ -49,7 +49,7 @@ pgf_parser_parse(PgfConcr* concr, PgfCId cat, size_t lin_idx, GuPool* pool);
/// Feed a token to the parser
PgfParse*
pgf_parse_token(PgfParse* parse, PgfToken tok, GuPool* pool);
pgf_parse_token(PgfParse* parse, PgfToken tok, bool robust, GuPool* pool);
/**<
* @param parse The current parse state
*