Add error handling for binary operators
This commit is contained in:
@ -486,5 +486,7 @@ namespace source
|
||||
expression& operand();
|
||||
unary_operator operation() const noexcept;
|
||||
};
|
||||
|
||||
const char *print_binary_operator(const binary_operator operation);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user