-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
properly support lookahead expresions in matches
- passes the FULL remaining buffer to `processLexeme` so that when it attemps to detemine the next mode it can run the ruleset against the FULL buffer, not just the terminator which resulted in a match (which will not be sufficient enough since lookaheads aren't included in the actual match)
- Loading branch information
1 parent
83cc34a
commit 2313427
Showing
1 changed file
with
11 additions
and
3 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