package pyre-ast

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

Install

Dune Dependency

Authors

Maintainers

Sources

pyre-ast-0.1.4.tbz
sha256=9b4470ff07a2468ead5541649a86c93ccca7e6b714d6137b129ba0c88bb3e070
sha512=d57531098f0770856e20b1e3fe98af169287fb5242614e3072c02c209071c4be61ab4e5d2473ad47eeb6759dd7a46928254fec7d26b64b5de12e7680213dd462

CHANGES.md.html

0.1.4 (2021-10-5)

  • Bump the bundled CPython version to 3.10.0

0.1.3 (2021-7-22)

  • Fix crashes when parsing non-UTF8-decodable string literals.

  • \N escape sequence in string literals will no longer cause a syntax error.

  • Module parsing APIs now accept an additional enable_type_comment argument, controlling whether to parse type comments or not.

0.1.2 (2021-07-20)

  • Fix linking flags and tests on Linux.

0.1.1 (2021-07-20)

  • Column number of default parsing error starts from 0 instead of 1.

  • Correctly set up test dependency with stdio.

  • Make C bindings compatible with pre-OCaml-4.11 by always defining Val_none.

0.1.0 (2021-07-20)

Initial release.

Import code from CPython 3.10.0b3.

OCaml

Innovation. Community. Security.