GSC Interpreter
A Turing-complete interpreter developed for a compiler course
|
Go to the source code of this file.
Classes | |
class | Scanner |
Lexical analyzer for the GSC programming language. More... | |
Variables | |
static const std::map< std::string_view, TokenType > | keywords |
|
static |