mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 13:07:13 +00:00
apart of build_visitor done
This commit is contained in:
parent
36eb3390aa
commit
622b86f6c6
8 changed files with 987 additions and 312 deletions
|
|
@ -47,6 +47,7 @@ private:
|
|||
|
||||
// Flow control -----------------
|
||||
|
||||
void Visit(MatchCase* node) override;
|
||||
void Visit(Match* node) override;
|
||||
void Visit(Condition* node) override;
|
||||
void Visit(DoWhileLoop* node) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue