now fully functional Java API for custom literals

This commit is contained in:
kr.angelov
2014-04-10 14:14:31 +00:00
parent 348c9c4233
commit 1ca09448f9
14 changed files with 399 additions and 110 deletions

View File

@@ -88,8 +88,8 @@ int main(int argc, char* argv[]) {
}
// Register a callback for the literal category Symbol
pgf_parser_add_literal(from_concr, "Symb",
&pgf_nerc_literal_callback);
pgf_concr_add_literal(from_concr, "Symb",
&pgf_nerc_literal_callback, err);
// Create an output stream for stdout
GuOut* out = gu_file_out(stdout, pool);