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

Commit 1343051

Browse files
committed
feat: update readme
1 parent 6e59d71 commit 1343051

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# TFA
2+
23
## Introduction
4+
35
Tiny Finite Automata, simple library for working with FAs.
6+
47
## How to use
8+
59
First you create file with format describe in doc/input-format.txt for
610
your fa and then you use `fa_new(FILE *input_file)` function in order
711
to create FA object.

0 commit comments

Comments
 (0)