addition: added arena library to this shit
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define EVALUATOR_H
|
||||
|
||||
#include "lexer.h"
|
||||
#include "arena.h"
|
||||
#include <stdint.h>
|
||||
|
||||
int64_t evaluate(ASTNode *tree);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#define PARSER_H
|
||||
|
||||
#include "lexer.h"
|
||||
#include "arena.h"
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user