Now, an `if` does not support nesting. We need support here: https://github.com/vgsantoniazzi/tiny-lang/blob/master/src/statements/IfStatement.cpp It's necessary to a minimal interpreter works.
Now, an
ifdoes not support nesting. We need support here: https://github.com/vgsantoniazzi/tiny-lang/blob/master/src/statements/IfStatement.cppIt's necessary to a minimal interpreter works.