upd: add some files
This commit is contained in:
14
include/Evalvisitor.h
Normal file
14
include/Evalvisitor.h
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#ifndef PYTHON_INTERPRETER_EVALVISITOR_H
|
||||
#define PYTHON_INTERPRETER_EVALVISITOR_H
|
||||
|
||||
|
||||
#include "Python3ParserBaseVisitor.h"
|
||||
|
||||
|
||||
class EvalVisitor : public Python3ParserBaseVisitor {
|
||||
// TODO: override all methods of Python3ParserBaseVisitor
|
||||
};
|
||||
|
||||
|
||||
#endif//PYTHON_INTERPRETER_EVALVISITOR_H
|
Reference in New Issue
Block a user