GSC Interpreter
A Turing-complete interpreter developed for a compiler course
|
This is the complete list of members for Environment, including all inherited members.
assign(const Token &name, std::any value) | Environment | |
define(const std::string &name, std::any value) | Environment | |
enclosing | Environment | private |
Environment() | Environment | |
Environment(std::shared_ptr< Environment > enclosing) | Environment | |
get(const Token &name) const | Environment | |
values | Environment | private |