lambda-calc-1/statement/prettyprint.h
2025-01-13 20:36:07 -06:00

11 lines
209 B
C

struct statement;
struct color_factory;
struct stringtree* statement_prettyprint(
int *out_chosen_color,
struct statement* this,
struct color_factory* cfactory,
unsigned precedence_level);