package comby

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.2.2.tar.gz
md5=86fd3dcdaa792a5d871f695a082ad9b5
sha512=63af340d65f4ca37f00bee2a67c7a87822ef15c86051e6486c6eeb5d7fe310c845d4fff15625a72b48ceea89e14aff52dc678da1d43d2029f58b435885d568d8

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.