abstract class Panini::Automaton::Finite

Direct Known Subclasses

Defined in:

automaton.cr

Instance Method Summary

Instance Method Detail

def accepts?(input_symbols) #

[View source]
def process(input : Char) #

[View source]
def process(input : String) #

[View source]
def reset #

[View source]
def to_s(io) #

[View source]