mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-25 20:42:50 -06:00
a complete Python API for reading, printing and manipulation of abstract trees and types. This includes dependent types, high-order abstract syntax and implicit arguments
This commit is contained in:
@@ -21,7 +21,7 @@ print_result(PgfExprProb* ep, PgfConcr* to_concr,
|
||||
{
|
||||
// Write out the abstract syntax tree
|
||||
gu_printf(wtr, err, " [%f] ", ep->prob);
|
||||
pgf_print_expr(ep->expr, 0, wtr, err);
|
||||
pgf_print_expr(ep->expr, NULL, 0, wtr, err);
|
||||
gu_putc('\n', wtr, err);
|
||||
|
||||
// Enumerate the concrete syntax trees corresponding
|
||||
|
||||
Reference in New Issue
Block a user