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.2.2.tar.gz
md5=86fd3dcdaa792a5d871f695a082ad9b5
sha512=63af340d65f4ca37f00bee2a67c7a87822ef15c86051e6486c6eeb5d7fe310c845d4fff15625a72b48ceea89e14aff52dc678da1d43d2029f58b435885d568d8

doc/comby.configuration/Configuration/Specification/index.html

Module Configuration.SpecificationSource

Sourcetype t = {
  1. match_template : string;
  2. rule : Language.Rule.t option;
  3. rewrite_template : string option;
}
Sourceval (|>>) : 'a Angstrom.t -> ('a -> 'b) -> 'b Angstrom.t
Sourceval alphanum : char Angstrom.t
Sourceval blank : char Angstrom.t
Sourceval identifier_parser : unit -> string Angstrom.t
Sourceval single_hole_parser : unit -> 'a option Angstrom.t
Sourceval everything_hole_parser : unit -> 'a option Angstrom.t
Sourceval expression_hole_parser : unit -> 'a option Angstrom.t
Sourceval non_space_hole_parser : unit -> 'a option Angstrom.t
Sourceval line_hole_parser : unit -> 'a option Angstrom.t
Sourceval blank_hole_parser : unit -> 'a option Angstrom.t
Sourceval any_char_except : reserved:Core.String.t list -> char Angstrom.t
Sourceval regex_body : unit -> string Angstrom.t
Sourceval regex_hole_parser : unit -> string option Angstrom.t
Sourcetype extracted =
  1. | Regex of string
  2. | Constant of string
Sourceval extract : extracted list Angstrom.t
Sourceval escape : string -> string
Sourceval to_regex : t -> string
Sourceval create : ?rewrite_template:string -> ?rule:Language.Rule.t -> match_template:string -> unit -> t
OCaml

Innovation. Community. Security.