Add full-lexer feature (#36)

This commit is contained in:
Jeong, YunWon 2023-05-16 02:21:34 +09:00 committed by GitHub
parent dd4cc25227
commit 27e3873dc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1216 additions and 1188 deletions

View file

@ -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 }