statement node added

This commit is contained in:
ProgramSnail 2023-07-26 14:21:33 +03:00
parent b4ce56b5f7
commit 6b74398f8c
7 changed files with 108 additions and 60 deletions

View file

@ -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;