upd: add some files
This commit is contained in:
@ -1 +1,2 @@
|
||||
#include "Evalvisitor.h"
|
||||
#include "int2048/int2048.h"
|
@ -1,14 +0,0 @@
|
||||
#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
|
@ -3,6 +3,7 @@
|
||||
#include "Python3Parser.h"
|
||||
#include "antlr4-runtime.h"
|
||||
#include <iostream>
|
||||
#include "int2048/int2048.h"
|
||||
using namespace antlr4;
|
||||
// TODO: regenerating files in directory named "generated" is dangerous.
|
||||
// if you really need to regenerate,please ask TA for help.
|
||||
|
Reference in New Issue
Block a user