-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eggex] Allow Int or Str arg for Match accessors
Still need to calculate the index from the Str.
- Loading branch information
Andy C
committed
Dec 17, 2023
1 parent
47be27c
commit 0f6fc2a
Showing
3 changed files
with
32 additions
and
14 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ | |
re_e, | ||
re_repeat, | ||
re_repeat_e, | ||
NameType, | ||
EggexFlag, | ||
) | ||
from _devbuild.gen.id_kind_asdl import Id | ||
|