Fixed many minor things, tested it on main and is amazing, i think i need to start adding fractions next so further testing can be done with more powerful operators
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
#include "lexer.h"
|
||||
#include <stdint.h>
|
||||
|
||||
uint64_t evaluate(ASTNode *tree);
|
||||
int64_t evaluate(ASTNode *tree);
|
||||
|
||||
#endif // !EVALUATOR_H
|
||||
|
||||
Reference in New Issue
Block a user