Skip to content

Commit

Permalink
Added SymbolTable::removeSymbol() via overloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 26, 2024
1 parent 3f30d15 commit 1b3ca00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/n8/core/SymbolTable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class SymbolTable final {
DynamicObject value
);

void removeSymbol(std::string name);
void removeSymbol(std::shared_ptr<Token> name);
bool hasSymbol(const std::string& name);

Expand Down

0 comments on commit 1b3ca00

Please sign in to comment.