tiny-lang
tiny-lang copied to clipboard
Support nested control structures
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.