word completion in the C runtime. The runtime/python/test.py example is now using readline with word completion

This commit is contained in:
kr.angelov
2013-05-01 06:09:55 +00:00
parent 41bccf5737
commit 22f44ef61f
9 changed files with 521 additions and 119 deletions

View File

@@ -66,6 +66,10 @@ pgf_parser_next_state(PgfParseState* prev, PgfToken tok);
* the pool used to create \parse.
*/
GuEnum*
pgf_parser_completions(PgfParseState* prev, GuString prefix,
GuPool* pool);
void
pgf_parser_set_beam_size(PgfParseState* state, double beam_size);