package pyre-ast

  1. Overview
  2. Docs
Full-fidelity Python parser in OCaml

Install

Authors

Maintainers

Sources

pyre-ast-0.1.9.tbz
sha256=108d13eb1b7d89d750f3780830916e79ae6cbe4176740610ed0e05d0c5826ea1
sha512=ff9f21e1dff29df73ab57d4eb3eae6f3dbffc4d6d882042d3a6b53c5dd6132594b9a0418f8ff957c9272141afe5a3015aa0d4bd654adda8f0385eb12f1994222

Description

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.

Published: 04 Nov 2022

Dependencies (7)

  1. ppx_make >= "0.2.1"
  2. ppx_deriving >= "5.2.1"
  3. ppx_hash >= "v0.14.0"
  4. ppx_compare >= "v0.14.0"
  5. ppx_sexp_conv >= "v0.14.0"
  6. base >= "v0.14.1"
  7. dune >= "2.8"

Dev Dependencies (4)

  1. odoc with-doc
  2. cmdliner with-test & >= "1.1.0"
  3. sexplib with-test & >= "v0.14.0"
  4. stdio with-test & >= "v0.14.0"

Used by (1)

  1. opine

Conflicts

None