GSC Interpreter
A Turing-complete interpreter developed for a compiler course
|
Go to the source code of this file.
Functions | |
bool | isDigit (const char c) |
bool | isAlpha (const char c) |
bool | isAlphaNumeric (const char c) |
bool isAlpha | ( | const char | c | ) |
Definition at line 6 of file scanner.cpp.
bool isAlphaNumeric | ( | const char | c | ) |
bool isDigit | ( | const char | c | ) |
Definition at line 4 of file scanner.cpp.