pyre-astversion
Full-fidelity Python parser in OCaml
pyre-ast is an OCaml library to parse Python source files into abstract syntax trees. Under the hood, it relies on the CPython parser to do the parsing work and therefore the result is always 100% compatible with the official CPython implementation.
Author | Jia Chen |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/grievejia/pyre-ast |
Issue Tracker | https://github.com/grievejia/pyre-ast/issues |
Maintainer | grievejia@gmail.com |
Dependencies |
|
Source [http] | https://github.com/grievejia/pyre-ast/releases/download/0.1.9/pyre-ast-0.1.9.tbz sha256=108d13eb1b7d89d750f3780830916e79ae6cbe4176740610ed0e05d0c5826ea1 sha512=ff9f21e1dff29df73ab57d4eb3eae6f3dbffc4d6d882042d3a6b53c5dd6132594b9a0418f8ff957c9272141afe5a3015aa0d4bd654adda8f0385eb12f1994222 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/pyre-ast/pyre-ast.0.1.9/opam |
Required by