Go to file
Micha Reiser 593b46be5e
perf: Cursor based lexer (#38)
2023-07-26 07:50:45 +02:00
.github/workflows perf: Cursor based lexer (#38) 2023-07-26 07:50:45 +02:00
ast perf: Cursor based lexer (#38) 2023-07-26 07:50:45 +02:00
core perf: Cursor based lexer (#38) 2023-07-26 07:50:45 +02:00
format perf: Cursor based lexer (#38) 2023-07-26 07:50:45 +02:00
literal perf: Cursor based lexer (#38) 2023-07-26 07:50:45 +02:00
parser perf: Cursor based lexer (#38) 2023-07-26 07:50:45 +02:00
ruff_text_size Separate byteoffset ast and located ast 2023-05-09 00:21:52 +09:00
scripts Remove asdl (#21) 2023-07-05 14:25:26 +02:00
.cspell.json Setup spell checker 2023-05-10 17:57:15 +09:00
.gitattributes gitattribute 2023-05-07 17:20:52 +09:00
.gitignore impl Ranged for TextRange (#20) 2023-07-02 10:11:06 +02:00
Cargo.toml perf: Cursor based lexer (#38) 2023-07-26 07:50:45 +02:00
LICENSE Set up workspace - Forked from 2023-05-05 23:49:50 +09:00
README.md Add Pylyzer 2023-06-11 21:56:59 +09:00

README.md

RustPython parser as a library

This project is forked from RustPython project. The parser is one of the core part of RustPython and Ruff project.

We try to keep these crates as a well-packaged library for more potential users.

Projects

  • RustPython is a Python interpreter
  • Ruff is an extremely fast Python linter
  • Pylyzer is a static code analyzer / language server for Python
  • Baembal is a Python package to accelerate ast.parse