Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asb-capfan/dfa-simple
Official repository for DFA::Simple Perl module
https://github.com/asb-capfan/dfa-simple
finite-state-automata module perl
Last synced: 9 days ago
JSON representation
Official repository for DFA::Simple Perl module
- Host: GitHub
- URL: https://github.com/asb-capfan/dfa-simple
- Owner: asb-capfan
- License: other
- Created: 2018-08-15T21:36:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T20:51:35.000Z (12 months ago)
- Last Synced: 2024-01-31T21:43:21.109Z (12 months ago)
- Topics: finite-state-automata, module, perl
- Language: Perl
- Homepage: https://metacpan.org/pod/DFA::Simple
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# DFA::Simple
[![Perl CI](https://github.com/asb-capfan/DFA-Simple/actions/workflows/perl-ci.yml/badge.svg)](https://github.com/asb-capfan/DFA-Simple/actions/workflows/perl-ci.yml)
This is a package with a very simple finite automaton, or a finite state machine module.
You can build your own FSM object with it.
It includes a script to compile a text based state tables into new objects.# Installation
Install this module using CPAN, cf. https://www.cpan.org/modules/INSTALL.html
# Copyright & License
Copyright (C) 1998-2002, Randall Maas. All rights reserved. This
package is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.