refactored ast, started lexer
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
struct BlockNode : public Node {
|
||||
virtual ~BlockNode() = default;
|
||||
};
|
||||
namespace ast {
|
||||
struct BlockNode : public Node {
|
||||
virtual ~BlockNode() = default;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user