Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaac-alencar/deterministic_formal_automata
https://github.com/isaac-alencar/deterministic_formal_automata
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isaac-alencar/deterministic_formal_automata
- Owner: Isaac-alencar
- Created: 2024-11-19T13:48:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-19T19:53:17.000Z (about 1 month ago)
- Last Synced: 2024-11-19T20:37:49.636Z (about 1 month ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DFA
Implements a deterministic formal autoamta in Elixir
Just for academic porpouses
# Gráfico do atomata
![image](https://github.com/user-attachments/assets/5869afaa-f890-4861-8d08-a6a3dadf0cb2)## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dfa` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:dfa, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .