package comby-kernel

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.1.tar.gz
md5=cd732f90664bc686eaa1134f42c8f7cd
sha512=81c7cd1d70cddee4d1679710a95c50d22f8dc60e48f24554009a5f944eb23e9124ca9aa99357b9879a5a60ca2dbcf976011f53afb442a7f15642e509255a0326

doc/comby-kernel.matchers/Matchers/Metasyntax/index.html

Module Matchers.MetasyntaxSource

Sourcetype hole_definition =
  1. | Delimited of string option * string option
Sourceval hole_definition_to_yojson : hole_definition -> Yojson.Safe.t
Sourcetype hole_syntax =
  1. | Hole of Matchers__.Types.Hole.sort * hole_definition
  2. | Regex of string * char * string
Sourceval hole_syntax_to_yojson : hole_syntax -> Yojson.Safe.t
Sourcetype t = {
  1. syntax : hole_syntax list;
  2. identifier : string;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourcemodule type S = sig ... end
Sourceval default_metasyntax : Matchers__.Types.Metasyntax.t
Sourceval create : Matchers__.Types.Metasyntax.t -> (module Matchers__.Types.Metasyntax.S)
Sourceval default : (module Matchers__.Types.Metasyntax.S)
Sourcemodule Default : sig ... end
Sourceval json : Matchers__.Types.Metasyntax.t -> string
OCaml

Innovation. Community. Security.