You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.
Tiny Finite Automata, simple library for working with FAs.
How to use
First you create file with format describe in doc/input-format.txt for
your fa and then you use fa_new(FILE *input_file) function in order
to create FA object.
About
Tiny Finite Automata, simple library for working with FAs.