mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-07 23:48:43 +00:00
changes for new grammar, fixes
This commit is contained in:
parent
3106a64949
commit
f912cdac41
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