package pyre-ast

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

Install

Dune Dependency

Authors

Maintainers

Sources

pyre-ast-0.1.2.tbz
sha256=f4d334053d6909a9ecc8c8df4817c49058ab1e40ac62ce104c7c8e63d29d99a2
sha512=77ec951bb9f7dd280f95afd5e2773910e09c092366eeb55af33a39fd68060c7d79650d555285f6adf686e1dc984a88a230c83c6d4d89293f9e761060d7fa5409

doc/pyre-ast/PyreAst/Parser/Context/index.html

Module Parser.ContextSource

This module contains a type that abstracts away the details of global states required to set up the parser.

type t

An opaque type representing the global state of the parser. Obtaining a value of this type is a pre-requisite for invoking all other parsing-related APIs.

A value of this type can be obtained via Parser.with_context.

OCaml

Innovation. Community. Security.