GSC Interpreter
A Turing-complete interpreter developed for a compiler course
Loading...
Searching...
No Matches
environment.hpp File Reference
#include "gsc/token.hpp"
#include <any>
#include <map>
#include <memory>
#include <string>
Include dependency graph for environment.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Environment
 Represents an environment for variable storage in the GSC interpreter. More...