class Kleene::DFATransition

Defined in:

dfa.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : Char, from_state : Kleene::State, to_state : Kleene::State) #

[View source]

Instance Method Detail

def accept?(input) #

[View source]
def from : State #

[View source]
def from=(from : State) #

[View source]
def to : State #

[View source]
def to=(to : State) #

[View source]
def token : Char #

[View source]
def token=(token : Char) #

[View source]