From d0b4cf4497d9dfdb0a5f5f973af25008f8b5c65f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 20 Feb 2023 20:32:45 +0100 Subject: Added BLC parsing/printing --- inc/term.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/term.h') diff --git a/inc/term.h b/inc/term.h index 8fbdad7..4f6f5ce 100644 --- a/inc/term.h +++ b/inc/term.h @@ -31,6 +31,7 @@ struct term *duplicate_term(struct term *term); int alpha_equivalency(struct term *a, struct term *b); void free_term(struct term *term); void print_term(struct term *term); +void print_blc(struct term *term); void print_scheme(struct term *term); #endif -- cgit v1.2.3