Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progval/rust-python-parser
A Python parser written in Rust using nom
https://github.com/progval/rust-python-parser
nom parser python python-parser rust rust-python
Last synced: 22 days ago
JSON representation
A Python parser written in Rust using nom
- Host: GitHub
- URL: https://github.com/progval/rust-python-parser
- Owner: progval
- License: gpl-3.0
- Created: 2018-05-21T20:44:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T15:00:35.000Z (over 4 years ago)
- Last Synced: 2024-12-09T01:14:01.573Z (about 1 month ago)
- Topics: nom, parser, python, python-parser, rust, rust-python
- Language: Rust
- Homepage: https://docs.rs/python-parser
- Size: 193 KB
- Stars: 78
- Watchers: 5
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-python-parser
A Python parser for Rust libraries and programs.Currently supports Python 3.8's syntax (except type comments,
which are ignored like regular comments)