lambda-calc-1/expression/error/prettyprint.h
2025-01-20 13:40:51 -06:00

14 lines
196 B
C

#include <stdbool.h>
struct expression;
struct color_factory;
struct stringtree* error_expression_prettyprint(
int *out_chosen_color,
struct expression* this,
bool with_color);