This commit is contained in:
2026-04-20 20:09:16 +02:00
commit a97f290271
22 changed files with 451 additions and 0 deletions
@@ -0,0 +1,8 @@
#ifndef PARSE_EXP_H
#define PARSE_EXP_H
#include "queue.h"
struct queue *parse_expression(const char *str);
#endif /* ! PARSE_EXP_H */