progval / rust-python-parser

A Python parser written in Rust using nom

Home Page:https://docs.rs/python-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A Python parser written in Rust using nom

https://docs.rs/python-parser

License:GNU General Public License v3.0


Languages

Language:Rust 98.7%Language:Python 1.3%