-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use const fields in parser State instead of refs
This avoids using the (technically) internal RefValue, and so the need to use [] for access. It may also perform slightly better, not that this is a performance-critical area of the codebase, but why not.
- Loading branch information
1 parent
35a3cdf
commit 4fcd8bb
Showing
1 changed file
with
54 additions
and
54 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