mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 06:52:49 -06:00
added an API for printing the PGF to human readable format
This commit is contained in:
@@ -144,7 +144,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
gu_putc(' ', wtr, err);
|
||||
// Write out the abstract syntax tree
|
||||
pgf_expr_print(expr, wtr, err);
|
||||
pgf_print_expr(expr, 0, wtr, err);
|
||||
gu_putc('\n', wtr, err);
|
||||
|
||||
// Enumerate the concrete syntax trees corresponding
|
||||
|
||||
Reference in New Issue
Block a user