mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-07 07:28:45 +00:00
api improvements, part of expression type checks
This commit is contained in:
parent
a2abb598ac
commit
512d011f72
4 changed files with 96 additions and 9 deletions
|
|
@ -473,6 +473,8 @@ public:
|
|||
|
||||
const Type *get_type() const { return constructor_type_.get(); }
|
||||
|
||||
TypeProxy get_type_proxy() const { return constructor_type_; }
|
||||
|
||||
size_t arguments_size() const { return arguments_.size(); }
|
||||
|
||||
Expression *get_argument_value(size_t id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue