class

Jager::Engine

Inherits Reference / Object

Instance methods

build_regex_grammar(actions)
Source
compile(regex : Regex)

Compile given regular expression

Source
compile(regex : String)

Compile given regular expression (as string)

Source
generate(regex : Regex)

Generate a string that matches the given regex

Source
generate(regex : String)

Generate a string that matches the given regular expression (as string)

Source
generate(graph : Array(Node))

Given graph, create output until an endpoint is found

Source