mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
part of execute_visitor, fixes
This commit is contained in:
parent
359a65310b
commit
fcff4f9103
7 changed files with 249 additions and 65 deletions
|
|
@ -501,6 +501,7 @@ struct BinaryOperatorExpression {
|
|||
SubExpression right_expression;
|
||||
|
||||
utils::IdType function_id_;
|
||||
bool is_method_ = false;
|
||||
};
|
||||
|
||||
struct UnaryOperatorExpression {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue