mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-25 00:08:45 +00:00
type node added (for type deduction)
This commit is contained in:
parent
a7c1e3f658
commit
8bce645431
6 changed files with 92 additions and 248 deletions
|
|
@ -5,7 +5,6 @@
|
|||
#include "error_handling.hpp"
|
||||
#include "tokens.hpp"
|
||||
#include "type_nodes.hpp"
|
||||
#include "types.hpp"
|
||||
|
||||
namespace builders {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
#include "types.hpp"
|
||||
|
||||
namespace types {
|
||||
|
||||
Type *TypeProxy::get() { return type_storage_->get_type(id_); }
|
||||
|
||||
const Type *TypeProxy::get() const { return type_storage_->get_type(id_); }
|
||||
|
||||
} // namespace types
|
||||
Loading…
Add table
Add a link
Reference in a new issue