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.4.0.tar.gz
md5=58295a68289d68231cb3c9e0377e44ef
sha512=3f0154f26cc6016c12f57d0b8e43da32b9329572bf67fb5719008eaf3377b8d5a2ab6f775ffe8d16bc85f2c4db52f567ef64da52ccb77d6ba8e496a0dc9eddf7

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.