Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 483 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 483 Bytes

Adaptive Automata

This is an implementation of an adaptive automaton written in Go (golang).

The adaptive capabilities present in this kind of automata enables it to recognize context-sensitive languages. However, the result may be rather complex due to the various adaptive functions that can be present in automata that model such problems.

This implementation was mostly inspired by João José Neto's thesis (portuguese).