automata: automata

[ bsd3, data, library, math ] [ Propose Tags ]

This package implements the following:

Deterministic Finite State Automata (DFSA)

Non-Deterministic Finite State Automata (NFSA)

Deterministic Finite State Transducers (DFST)

Non-Deterministic Finite State Transducers (NFST)


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.10.1.0 && <5), bytestring (>=0.10.8), containers (>=0.5.9), contiguous, primitive (>=0.6.4), primitive-containers (>=0.3), semirings (>=0.3.1.1), transformers [details]
License BSD-3-Clause
Copyright 2018 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Category Data, Math
Home page https://github.com/andrewthad/automata
Bug tracker https://github.com/andrewthad/automata/issues
Source repo head: git clone https://github.com/andrewthad/automata
Uploaded by chessai at 2019-01-22T23:02:10Z
Distributions
Downloads 600 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-22 [all 1 reports]

Readme for automata-0.1.0.0

[back to package description]

automaton