RustPython / Parser

MIT License
67 stars 24 forks source link

Add full-lexer feature #36

Closed youknowone closed 1 year ago

youknowone commented 1 year ago

Disabling full-lexer feature makes parsing Lib/**/*.py 4% faster.

Ruff will need to enable this feature to use Tok::Comment

cc @MichaReiser @charliermarsh