Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 261 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 261 Bytes

TFA

Introduction

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.