mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-06 23:18:45 +00:00
statement node added
This commit is contained in:
parent
b4ce56b5f7
commit
6b74398f8c
7 changed files with 108 additions and 60 deletions
|
|
@ -536,7 +536,6 @@ public:
|
|||
|
||||
private:
|
||||
std::variant<
|
||||
|
||||
// --- flow control
|
||||
Match, Condition, Loop,
|
||||
|
||||
|
|
@ -563,9 +562,7 @@ private:
|
|||
Literal,
|
||||
|
||||
// --- empty lines
|
||||
EmptyLines
|
||||
|
||||
>
|
||||
EmptyLines>
|
||||
expression_;
|
||||
|
||||
bool is_scoped_ = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue