Progress!
This commit is contained in:
10
inc/AST/ASTVisitor.h
Normal file
10
inc/AST/ASTVisitor.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ASTVISITOR_H
|
||||
#define ASTVISITOR_H
|
||||
|
||||
class ASTVisitor {
|
||||
public:
|
||||
ASTVisitor();
|
||||
virtual ~ASTVisitor();
|
||||
};
|
||||
|
||||
#endif // ASTVISITOR_H
|
||||
Reference in New Issue
Block a user