forked from GitHub/gf-core
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