Progress!
This commit is contained in:
10
src/AST/ASTElement.cpp
Normal file
10
src/AST/ASTElement.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "AST/ASTElement.h"
|
||||
#include "AST/ASTVisitor.h"
|
||||
|
||||
ASTElement::ASTElement() {
|
||||
//
|
||||
}
|
||||
|
||||
ASTElement::~ASTElement() {
|
||||
//
|
||||
}
|
||||
10
src/AST/ASTVisitor.cpp
Normal file
10
src/AST/ASTVisitor.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "AST/ASTVisitor.h"
|
||||
|
||||
ASTVisitor::ASTVisitor() {
|
||||
//
|
||||
}
|
||||
|
||||
ASTVisitor::~ASTVisitor() {
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user