Util: Add increment() and decrement() to Lexer
This commit is contained in:
@@ -51,6 +51,8 @@ private:
|
||||
char peek();
|
||||
char peekNext();
|
||||
|
||||
void increment();
|
||||
void decrement();
|
||||
char consume();
|
||||
bool consumeSpecific(char character);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user