Skip to content
Snippets Groups Projects
Select Git revision
0 results

SymbolTable.hpp

Blame
    • Stéphane Del Pino's avatar
      60c094b8
      Fix symbol clean-up · 60c094b8
      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.
      60c094b8
      History
      Fix symbol clean-up
      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.