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

comby-kernel.1.7.0.tar.gz
md5=ee6556d8bd9b25ed0445ebe23862e48a
sha512=e6386c8ce5ef14bbcab2b0ead5b1edc39375438f56330d5f02e81e467afe6623a7e299f97f26008d77bbc62850c6dc63a7cbe5b81671b5183ff3adeee5946bb3

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
Sourcemodule Offset : sig ... end
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.