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

Go to the source code of this file.

Classes

class  Interpreter
 The Interpreter class evaluates statements and expressions in the GSC. More...