class Acorn::TransitionTable

Defined in:

acorn/transition_table.cr
acorn/transition_table/consume.cr
acorn/transition_table/prepare.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(grammar) #

[View source]

Instance Method Detail

def ending_states : Hash(Symbol, Array(Int32)) #

[View source]
def table : Hash(Int32, Hash(Char | Range(Char, Char) | Symbol, Int32)) #

[View source]
def to_debug #

[View source]