mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-06 23:18:45 +00:00
folder structure refactoring
This commit is contained in:
parent
ef88e6af86
commit
78c696b99a
30 changed files with 40 additions and 22 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#include "../include/expression_nodes.hpp"
|
||||
|
||||
namespace nodes {
|
||||
|
||||
Expression *ExpressionProxy::get() {
|
||||
return expression_storage_->get_expression(id_);
|
||||
}
|
||||
|
||||
const Expression *ExpressionProxy::get() const {
|
||||
return expression_storage_->get_expression(id_);
|
||||
}
|
||||
|
||||
}; // namespace nodes
|
||||
Loading…
Add table
Add a link
Reference in a new issue