gflap/README.md
Yuri Tatishchev d2907bb2e1
Some checks failed
test / test (push) Has been cancelled
rename project to gflap, update readme
2025-03-03 15:52:31 -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
```