Merge branch 'master' of https://www.github.com/Limvot/kraken
This commit is contained in:
@@ -114,3 +114,7 @@ void Lexer::test() {
|
||||
|
||||
std::cout << "Lexer tests passed\n";
|
||||
}
|
||||
|
||||
void Lexer::reset() {
|
||||
currentPosition = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user