mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
word completion in the C parser now returns information about the function which generates the token
This commit is contained in:
@@ -200,6 +200,7 @@ pgf_parse_with_oracle(PgfConcr* concr, PgfType* typ,
|
||||
typedef struct {
|
||||
PgfToken tok;
|
||||
PgfCId cat;
|
||||
PgfCId fun;
|
||||
prob_t prob;
|
||||
} PgfTokenProb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user