-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of custom operators when a slash was already consumed
Fixes #225 This logic was not working properly when the whitespace handler attempted to consume a slash already. To handle that, we give the `eat_operator` function some more information about the surrounding context, like a possible prior character that has been eaten.
- Loading branch information
1 parent
81a7885
commit 6fe3b4f
Showing
2 changed files
with
121 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters