mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-07 15:38:47 +00:00
fixes, new examples
This commit is contained in:
parent
823fa30fa8
commit
7f4266821c
15 changed files with 322 additions and 74 deletions
|
|
@ -498,7 +498,7 @@ struct ReferenceExpression {
|
|||
BaseNode base;
|
||||
|
||||
utils::ReferenceModifier reference;
|
||||
std::unique_ptr<ScopedStatement> expression;
|
||||
SubExpressionToken expression;
|
||||
};
|
||||
|
||||
struct AccessExpression {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue