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

comby-kernel.1.7.0.tar.gz
md5=ee6556d8bd9b25ed0445ebe23862e48a
sha512=e6386c8ce5ef14bbcab2b0ead5b1edc39375438f56330d5f02e81e467afe6623a7e299f97f26008d77bbc62850c6dc63a7cbe5b81671b5183ff3adeee5946bb3

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

Module Matchers.MetasyntaxSource

Sourcetype alias = {
  1. pattern : string;
  2. match_template : string;
  3. rule : string option;
}
Sourceval alias_to_yojson : alias -> Yojson.Safe.t
Sourcetype hole_definition =
  1. | Delimited of string option * string option
  2. | Reserved_identifiers of string list
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;
  3. aliases : alias list;
}
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.