DescriptionImplements simple statement executer
This change adds support for executing:
- BlockStatement
- ExpressionStatement
- IfStatement
- VariableDeclaration
Currently only BlockStatement introduces a new environment and
VariableDeclaration modifies the environment.
BUG=
R=kmillikin@google.com
Committed: https://github.com/dart-lang/sdk/commit/23cc114c2f61596f5b168cd3b08107c03851bbbe
Patch Set 1 #
Total comments: 8
Patch Set 2 : Apply comments #Messages
Total messages: 6 (2 generated)
|