mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
now fully functional Java API for custom literals
This commit is contained in:
@@ -5,14 +5,4 @@
|
||||
#include <pgf/data.h>
|
||||
#include <pgf/expr.h>
|
||||
|
||||
void
|
||||
pgf_add_extern_tok(PgfSymbol* psym, PgfToken tok, GuPool* pool);
|
||||
|
||||
void
|
||||
pgf_add_extern_cat(PgfSymbol* psym, int d, int r, GuPool* pool);
|
||||
|
||||
void
|
||||
pgf_parser_add_literal(PgfConcr *concr, PgfCId cat,
|
||||
PgfLiteralCallback* callback);
|
||||
|
||||
#endif // PGF_PARSER_H_
|
||||
|
||||
Reference in New Issue
Block a user