Split code generation from the ui
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "elna/ir.hpp"
|
||||
#include "elna/source/ir.hpp"
|
||||
|
||||
#include <cassert>
|
||||
|
||||
namespace elna
|
||||
namespace elna::source
|
||||
{
|
||||
void TransformVisitor::visit(source::definition *definition)
|
||||
{
|
||||
@@ -24,7 +24,7 @@ namespace elna
|
||||
assert(false);
|
||||
}
|
||||
|
||||
void TransformVisitor::visit(source::variable *variable)
|
||||
void TransformVisitor::visit(source::variable_expression *variable)
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user