class Jager::Engine

Defined in:

jager.cr
jager/helpers.cr

Instance Method Summary

Instance Method Detail

def build_regex_grammar(actions) #

[View source]
def compile(regex : Regex) #

Compile given regular expression


[View source]
def compile(regex : String) #

Compile given regular expression (as string)


[View source]
def generate(regex : Regex) #

Generate a string that matches the given regex


[View source]
def generate(regex : String) #

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


[View source]
def generate(graph : Array(Node)) #

Given graph, create output until an endpoint is found


[View source]