gflap/README.md
Yuri Tatishchev a3aac946a6
Some checks are pending
test / test (push) Waiting to run
rename project to gflap, update readme
2025-03-03 15:49:07 -08:00

13 lines
205 B
Markdown

# GFLAP
Computational theory automata built with Gleam, work in progress.
Inspired by [JFLAP](https://www.jflap.org/)
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```