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: 8 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T20:51:35.000Z (over 2 years ago)
- Last Synced: 2025-01-17T11:15:57.593Z (over 1 year ago)
- Topics: finite-state-automata, module, perl
- Language: Perl
- Homepage: https://metacpan.org/pod/DFA::Simple
- Size: 40 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
[](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.