This commit is contained in:
Nathan Braswell
2014-03-14 16:55:33 -04:00
39 changed files with 1734 additions and 506 deletions

View File

@@ -114,3 +114,7 @@ void Lexer::test() {
std::cout << "Lexer tests passed\n";
}
void Lexer::reset() {
currentPosition = 0;
}