Skip to content

Change currentChar to lookAhead in KleinScanner #6

@coswald

Description

@coswald

I figured out that when I look through a word or letter, I go until there isn't a letter left. A lot of issues can be solved if I change the lines KleinScanner.isLetter(this.input.currentChar()) to KleinScanner.isLetter(this.input.lookAhead)).

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions