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

Go to the source code of this file.

Classes

class  RuntimeError
 Represents a runtime error in the GSC interpreter. More...