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

Go to the source code of this file.

Classes

class  Token
 Represents a token in the source code. More...