package lib_parsing

  1. Overview
  2. Docs
Small library to help writing parsers

Install

Dune Dependency

Authors

Maintainers

Sources

semgrep-full-1.12.0.tar.gz
md5=d72b17df65c5cea30701cdf25f186bca
sha512=b135affadcdeb892352ec269a8761e41d2b34383ee839b83855f9604983eae324732b76f1b2b8b305dfc06f1f8863dd32afe83528bf605daa910a3fc107474c5

doc/lib_parsing/Loc/index.html

Module LocSource

Sourcetype t = tok * tok
Sourceval create : tok -> tok -> t
Sourceval of_toks : ('a -> tok) -> 'a list -> t
Sourceval of_locs : t list -> t
Sourceval union : t -> t -> t
Sourceval of_list : ('a -> t) -> 'a list -> t
Sourceval fix : t -> t
Sourceval is_fake : t -> bool
Sourceval range : t -> t -> t
Sourceval update_start : tok -> t -> t
Sourceval update_end : t -> tok -> t
Sourceval extend : t -> tok -> t
Sourceval unsafe_fake_loc : t
OCaml

Innovation. Community. Security.