Rename printer and interpreter to ast_printer and ast_interpreter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "interpreter.hh"
|
||||
#include "ast_interpreter.hh"
|
||||
#include "expr.hh"
|
||||
#include "../error_handler.hh"
|
||||
#include "../tokenizer.hh"
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "printer.hh"
|
||||
#include "ast_printer.hh"
|
||||
#include "expr.hh"
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
Reference in New Issue
Block a user