mirror of
https://github.com/RustPython/Parser.git
synced 2025-12-23 05:07:02 +00:00
Add full-lexer feature (#36)
This commit is contained in:
parent
dd4cc25227
commit
27e3873dc2
7 changed files with 1216 additions and 1188 deletions
|
|
@ -13,6 +13,7 @@ default = ["location"]
|
|||
location = ["rustpython-ast/location", "rustpython-parser-core/location"]
|
||||
serde = ["dep:serde", "rustpython-parser-core/serde"]
|
||||
all-nodes-with-ranges = ["rustpython-ast/all-nodes-with-ranges"]
|
||||
full-lexer = []
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue