mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-25 08:18:43 +00:00
grammar refactoring: part of build_visitor fixed
This commit is contained in:
parent
64653e6a6a
commit
3c2d496a85
3 changed files with 75 additions and 49 deletions
|
|
@ -77,7 +77,7 @@ private:
|
|||
void Visit(UnaryOperatorExpression* node) override;
|
||||
void Visit(ReferenceExpression* node) override;
|
||||
|
||||
// Simple Expressions
|
||||
// Other expressions
|
||||
|
||||
void Visit(FunctionCallExpression* node) override;
|
||||
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ struct BinaryOperatorExpression;
|
|||
struct UnaryOperatorExpression;
|
||||
struct ReferenceExpression;
|
||||
|
||||
// Other Expressions
|
||||
// Other expressions
|
||||
|
||||
struct FunctionCallExpression;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue