diff options
author | Marvin Borner | 2023-02-20 20:32:45 +0100 |
---|---|---|
committer | Marvin Borner | 2023-02-20 20:32:45 +0100 |
commit | d0b4cf4497d9dfdb0a5f5f973af25008f8b5c65f (patch) | |
tree | ba8ef2c7a8229cdf7fccde7d5b03fdac7f5d4b3b /inc/parse.h | |
parent | 9906ba3585ce74c10d2fe9d6a991d6ea0ab99114 (diff) |
Added BLC parsing/printing
Diffstat (limited to 'inc/parse.h')
-rw-r--r-- | inc/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/parse.h b/inc/parse.h index fc5ffb2..c36f296 100644 --- a/inc/parse.h +++ b/inc/parse.h @@ -5,6 +5,7 @@ #include <term.h> -struct term *parse(const char *term); +struct term *parse_blc(const char *term); +struct term *parse_bruijn(const char *term); #endif |