Split code generation from the ui
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
#include "elna/result.hpp"
|
||||
#include "elna/source/result.hpp"
|
||||
|
||||
namespace elna
|
||||
{
|
||||
namespace source
|
||||
namespace elna::source
|
||||
{
|
||||
error::error(const char *message, const source::position position) noexcept
|
||||
{
|
||||
@ -25,9 +23,3 @@ namespace source
|
||||
return this->position.column;
|
||||
}
|
||||
}
|
||||
|
||||
Symbol::Symbol(const char *name)
|
||||
{
|
||||
this->name = name;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user