changes for new grammar, fixes

This commit is contained in:
ProgramSnail 2023-06-08 16:39:17 +03:00
parent 3106a64949
commit f912cdac41
10 changed files with 59 additions and 5 deletions

View file

@ -307,6 +307,7 @@ struct VariableDefinitionStatement {
utils::AssignmentModifier assignment_modifier;
AnyName name;
SuperExpression value;
std::optional<SuperExpression> in_expression;
};
struct FunctionDeclaration {