Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Blady-Com/Automate

Ada finite-state machine generator.
https://github.com/Blady-Com/Automate

Last synced: 2 months ago
JSON representation

Ada finite-state machine generator.

Lists

README

        

# Ada finite-state machine generator

[![Alire](https://img.shields.io/endpoint?url=https://alire.ada.dev/badges/automate.json)](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.