package comby

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.3.0.tar.gz
md5=617a80e8673c3f811403f09701c08a25
sha512=2f8f82c119210ae0efd7f3eefdd992d6b52655575233dfab74662d9a9854ce4aafcd4fe01dad17ba310e38f28ee1437be2f3c4af4f6952a97bb19e1400fc709a

doc/comby.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.