tiny-lang icon indicating copy to clipboard operation
tiny-lang copied to clipboard

Support nested control structures

Open vgsantoniazzi opened this issue 8 years ago • 0 comments

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.

vgsantoniazzi avatar Apr 06 '16 01:04 vgsantoniazzi