Implement elsif do
This commit is contained in:
@ -944,6 +944,10 @@ namespace boot
|
||||
while_statement::~while_statement()
|
||||
{
|
||||
delete m_body;
|
||||
for (const auto branch : branches)
|
||||
{
|
||||
delete branch;
|
||||
}
|
||||
}
|
||||
|
||||
const char *print_binary_operator(const binary_operator operation)
|
||||
|
Reference in New Issue
Block a user