Use cursor based lexer (#6012)

This commit is contained in:
Micha Reiser 2023-07-26 11:32:26 +02:00 committed by GitHub
parent 025fa4eba8
commit 16e1737d1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 23 deletions

View file

@ -20,7 +20,6 @@ anyhow = { workspace = true }
bitflags = { workspace = true }
is-macro = { workspace = true }
itertools = { workspace = true }
log = { workspace = true }
memchr = { workspace = true }
num-bigint = { workspace = true }
num-traits = { workspace = true }