mirror of
https://github.com/RustPython/Parser.git
synced 2025-12-23 05:07:02 +00:00
Add is_* methods to Tok (#39)
This commit is contained in:
parent
735c06d5f4
commit
0c7d16b61a
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ rustpython-ast = { workspace = true }
|
|||
rustpython-parser-core = { workspace = true }
|
||||
|
||||
itertools = { workspace = true }
|
||||
is-macro = { workspace = true }
|
||||
log = { workspace = true }
|
||||
num-bigint = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue