package pyre-ast

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

Install

Dune Dependency

Authors

Maintainers

Sources

pyre-ast-0.1.11.tbz
sha256=c344def5b0360185b404f99cacdb250b7061e38ed547cb871b7f9398c94c4900
sha512=4579de8085f42757224744f5980034ca589b2bd6eb77f7966a277c63011201fb2a260f730691aecd4e8c21cf2d1ae98b741277649ec965b256c4e333722e055f

doc/pyre-ast/PyreAst/TaglessFinal/Position/index.html

Module TaglessFinal.Position

A position is a pair of integers representing line number and column numbers.

Line numbers start from 1 and column numbers start from 0. In other words, first character in the input string has location of line 1, column 0.

type 'a t = line:int -> column:int -> 'a
OCaml

Innovation. Community. Security.