GSC Interpreter
A Turing-complete interpreter developed for a compiler course
|
#include "gsc/tokenType.hpp"
Go to the source code of this file.
Functions | |
std::string | toString (TokenType tokenType) |
std::string toString | ( | TokenType | tokenType | ) |
Definition at line 3 of file tokenType.cpp.