13 lines
205 B
Markdown
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
|
|
```
|