Extemely broken, but all the code up to 7.3 should be here, now the refactoring begins to make it C code and not Java code.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef INTERPRETER_H
|
||||
#define INTERPRETER_H
|
||||
|
||||
#include "expr.h"
|
||||
#include "token.h"
|
||||
|
||||
const void* VisitLiteralExpression(Expr*);
|
||||
void* VisitGroupingExpression(Expr*);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user