package comby-kernel

  1. Overview
  2. Docs
A match engine for structural code search and replace that supports ~every language

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.1.tar.gz
md5=cd732f90664bc686eaa1134f42c8f7cd
sha512=81c7cd1d70cddee4d1679710a95c50d22f8dc60e48f24554009a5f944eb23e9124ca9aa99357b9879a5a60ca2dbcf976011f53afb442a7f15642e509255a0326

doc/comby-kernel.match/Match/index.html

Module MatchSource

Sourcemodule Location : sig ... end
Sourcetype location = Location.t
Sourceval location_to_yojson : location -> Yojson.Safe.t
Sourceval sexp_of_location : location -> Ppx_sexp_conv_lib.Sexp.t
Sourceval location_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> location
Sourcemodule Range : sig ... end
Sourcetype range = Range.t
Sourceval range_to_yojson : range -> Yojson.Safe.t
Sourceval sexp_of_range : range -> Ppx_sexp_conv_lib.Sexp.t
Sourceval range_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> range
Sourcemodule Environment : sig ... end
Sourcetype environment = Environment.t
Sourceval environment_to_yojson : environment -> Yojson.Safe.t
Sourcetype t = {
  1. range : range;
  2. environment : environment;
  3. matched : string;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval create : ?range:range -> unit -> t
Sourceval convert_offset : fast:bool -> source:string -> t -> t
Sourceval pp : Format.formatter -> (string option * t list) -> unit
Sourceval pp_json_lines : Format.formatter -> (string option * t list) -> unit
Sourceval pp_match_count : Format.formatter -> (string option * t list) -> unit
OCaml

Innovation. Community. Security.