Select Git revision
SymbolTable.hpp
-
Stéphane Del Pino authored
Replace old values (when leaving a block) by default (constructor) values. This was buggy since old values were replaced by a `std::monostate` which led to inconsistent state of local variables.
Stéphane Del Pino authoredReplace old values (when leaving a block) by default (constructor) values. This was buggy since old values were replaced by a `std::monostate` which led to inconsistent state of local variables.