class Jager::Engine
- Jager::Engine
- Reference
- Object
Defined in:
jager.crjager/helpers.cr
Instance Method Summary
- #build_regex_grammar(actions)
-
#compile(regex : Regex)
Compile given regular expression
-
#compile(regex : String)
Compile given regular expression (as string)
-
#generate(regex : Regex)
Generate a string that matches the given regex
-
#generate(regex : String)
Generate a string that matches the given regular expression (as string)
-
#generate(graph : Array(Node))
Given graph, create output until an endpoint is found
Instance Method Detail
def generate(regex : String)
#
Generate a string that matches the given regular expression (as string)
Given graph, create output until an endpoint is found