class Jager::Engine

Defined in:

jager.cr
jager/helpers.cr

Instance Method Summary

Instance Method Detail

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 regex_bnf #

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

Given graph, make output until an endpoint is found


[View source]