mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-16 03:48:44 +00:00
Revert "Revert "changes for new grammar, fixes""
This reverts commit 03dea59d33.
This commit is contained in:
parent
03dea59d33
commit
92a6100349
10 changed files with 59 additions and 5 deletions
|
|
@ -307,6 +307,7 @@ struct VariableDefinitionStatement {
|
|||
utils::AssignmentModifier assignment_modifier;
|
||||
AnyName name;
|
||||
SuperExpression value;
|
||||
std::optional<SuperExpression> in_expression;
|
||||
};
|
||||
|
||||
struct FunctionDeclaration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue