-
- Downloads
Take into account suggestions of Emmanuel
This includes an important change in the code since one cannot reuse a variable name in a nested block (this means that if a variable is declared, one cannot declare a variable with a same name even in a nested block, while the first variable exists).
Showing
- doc/userdoc.org 57 additions, 42 deletionsdoc/userdoc.org
- src/language/ast/ASTSymbolTableBuilder.cpp 9 additions, 7 deletionssrc/language/ast/ASTSymbolTableBuilder.cpp
- tests/test_ASTSymbolTableBuilder.cpp 22 additions, 6 deletionstests/test_ASTSymbolTableBuilder.cpp
- tests/test_DoWhileProcessor.cpp 0 additions, 15 deletionstests/test_DoWhileProcessor.cpp
- tests/test_WhileProcessor.cpp 0 additions, 15 deletionstests/test_WhileProcessor.cpp
Loading
Please register or sign in to comment