some fixes in the robust parser and a new API for literals

This commit is contained in:
kr.angelov
2012-04-12 06:55:25 +00:00
parent 13f4eef70c
commit c6c54f8815
5 changed files with 310 additions and 205 deletions

View File

@@ -103,6 +103,18 @@ pgf_parse_result(PgfParse* parse, GuPool* pool);
PgfExpr
pgf_parse_best_result(PgfParse* parse, GuPool* pool);
int
pgf_item_lin_idx(PgfItem* item);
void
pgf_item_sequence(PgfItem* item,
int* lin_idx, PgfSequence* seq,
GuPool* pool);
int
pgf_item_sequence_length(PgfItem* item);
/** @} */
#endif // PGF_PARSER_H_