part of execute_visitor, fixes

This commit is contained in:
ProgramSnail 2023-05-09 17:42:35 +03:00
parent 359a65310b
commit fcff4f9103
7 changed files with 249 additions and 65 deletions

View file

@ -501,6 +501,7 @@ struct BinaryOperatorExpression {
SubExpression right_expression;
utils::IdType function_id_;
bool is_method_ = false;
};
struct UnaryOperatorExpression {