= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
package comby
-
comby
-
-
comby.configuration
-
comby.interactive
-
comby.patdiff
-
comby.patdiff_kernel
-
-
comby.pipeline
-
comby.statistics
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Specification
Defines an internal type that represents an atomic operation for matching, rule application and rewriting.
create rewrite_template rule match_template
creates a new specification. If rule
is supplied, it will be applied to matches of match_template
. If rewrite_template
is supplied, running a specification will return replacements rather than just matches (see process_single_source
below).
val to_regex : t -> string
regex [t] returns a generalized regular expression corresponding to the specification
On This Page