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/Engine/module-type-S/index.html

Module type Engine.SSource

module Make (_ : sig ... end) (_ : sig ... end) (_ : sig ... end) : sig ... end
module Text : sig ... end
module Paren : sig ... end
module Dyck : sig ... end
module JSON : sig ... end
module JSONC : sig ... end
module GraphQL : sig ... end
module Dhall : sig ... end
module Latex : sig ... end
module Assembly : sig ... end
module Clojure : sig ... end
module Lisp : sig ... end
module Generic : sig ... end
module Bash : sig ... end
module Ruby : sig ... end
module Elixir : sig ... end
module Python : sig ... end
module Html : sig ... end
module Xml : sig ... end
module SQL : sig ... end
module Erlang : sig ... end
module C : sig ... end
module Csharp : sig ... end
module Java : sig ... end
module CSS : sig ... end
module Kotlin : sig ... end
module Scala : sig ... end
module Nim : sig ... end
module Matlab : sig ... end
module Dart : sig ... end
module Php : sig ... end
module Go : sig ... end
module Javascript : sig ... end
module Jsx : sig ... end
module Typescript : sig ... end
module Tsx : sig ... end
module Swift : sig ... end
module Rust : sig ... end
module R : sig ... end
module OCaml : sig ... end
module Reason : sig ... end
module Fsharp : sig ... end
module Pascal : sig ... end
module Julia : sig ... end
module Fortran : sig ... end
module Haskell : sig ... end
module HCL : sig ... end
module Elm : sig ... end
module Zig : sig ... end
module Coq : sig ... end
module Move : sig ... end
module Solidity : sig ... end
module C_nested_comments : sig ... end
val all : (module Matchers__.Types.Matcher.S) list
val select_with_extension : ?metasyntax:Matchers__.Types.Metasyntax.t -> ?external_handler: (name:string -> filepath:string -> line:int -> column:int -> string option) -> string -> (module Matchers__.Types.Matcher.S) option
val create : ?metasyntax:Matchers__.Types.Metasyntax.t -> ?external_handler: (name:string -> filepath:string -> line:int -> column:int -> string option) -> Matchers__.Types.Language.Syntax.t -> (module Matchers__.Types.Matcher.S)
OCaml

Innovation. Community. Security.