struct Parser::Automaton::Reduced

Defined in:

parser/automaton.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, t : Array(StackSym)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(name _name = @name, t _t = @t) #

[View source]
def name : String #

def t : Array(StackSym) #