package comby

  1. Overview
  2. Docs
A tool 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.pipeline/Pipeline/index.html

Module PipelineSource

Sourcetype output =
  1. | Matches of Comby_kernel.Match.t list * int
  2. | Replacement of Comby_kernel.Replacement.t list * string * int
  3. | Nothing
Sourceval process_single_source : (module Comby_kernel.Matchers.Matcher.S) -> ?fast_offset_conversion:bool -> ?verbose:bool -> ?timeout:int -> ?metasyntax:Comby_kernel.Matchers.Metasyntax.t -> ?fresh:(unit -> string) -> ?substitute_in_place:bool -> Comby_kernel.Matchers.Configuration.t -> Configuration.Command_input.single_source -> Comby_kernel.Matchers.Specification.t -> output
Sourceval execute : (module Comby_kernel.Matchers.Matcher.S) -> ?timeout:int -> ?metasyntax:Comby_kernel.Matchers.Metasyntax.t -> ?fresh:(unit -> string) -> ?configuration:Comby_kernel.Matchers.Configuration.t -> ?substitute_in_place:bool -> Configuration.Command_input.single_source -> Comby_kernel.Matchers.Specification.t -> output
Sourceval with_timeout : int -> Configuration.Command_input.single_source -> f:(unit -> 'a list) -> 'a list
OCaml

Innovation. Community. Security.