mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -06:00
make the API for indexing in the parser and the linearizer public since it will be needed in the Haskell binding
This commit is contained in:
@@ -2504,7 +2504,7 @@ pgf_lookup_word_prefix(PgfConcr *concr, GuString prefix,
|
||||
return &state->en;
|
||||
}
|
||||
|
||||
PGF_INTERNAL void
|
||||
PGF_API void
|
||||
pgf_parser_index(PgfConcr* concr,
|
||||
PgfCCat* ccat, PgfProduction prod,
|
||||
bool is_lexical,
|
||||
|
||||
Reference in New Issue
Block a user