class Kleene::NFATransition

Defined in:

nfa.cr

Constant Summary

Epsilon = '\0'

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 epsilon? #

[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]