"src/language/ast/ASTSymbolInitializationChecker.cpp" did not exist on "cbbf958d1cedc84416e786130490f4c700c2f320"
Select Git revision
pugs
-
-
- Open in your IDE
- Download source code
Stéphane Del Pino authored
Additionally store position of the end of the declaration instruction so that when searching a symbol in a table one also check that the declaration point has been passed. This fix issues generated by the storage of symbol tables within node description. The following code is now interpreted correctly `` Z x = 1; { Z x = x + 1; cout << x << "\n"; } cout << x << "\n"; `` It now produces the expected output `` 2 1 ``
Name | Last commit | Last update |
---|