https://github.com/Blady-Com/Automate
Ada finite-state machine generator.
https://github.com/Blady-Com/Automate
Last synced: about 1 month ago
JSON representation
Ada finite-state machine generator.
- Host: GitHub
- URL: https://github.com/Blady-Com/Automate
- Owner: Blady-Com
- Created: 2017-03-05T11:43:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T20:31:03.000Z (over 1 year ago)
- Last Synced: 2024-07-31T20:36:34.234Z (9 months ago)
- Language: Ada
- Homepage:
- Size: 746 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ada - automate - Finite-state machine generator. (Tools / Generation)
README
# Ada finite-state machine generator
[](https://alire.ada.dev/crates/automate.html)
The generator translates finite-state machines described with specific text scripts to Ada language.
See readme.txt and Automate_Ada.pdf (in French) for more details.
## Using [Alire](https://alire.ada.dev)
In your working folder, do:
```
% alr get automate
% cd automate_*
% alr build
```## Licence
All files are provided under terms of the [CeCILL](https://cecill.info) License version 2.1.
Pascal Pignard, March 2017, October 2023.