mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
some fixes in the robust parser and a new API for literals
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user