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

https://github.com/nickng/aut

Library for working with aut format.
https://github.com/nickng/aut

aut automata lts

Last synced: about 2 months ago
JSON representation

Library for working with aut format.

Awesome Lists containing this project

README

        

# aut [![Build Status](https://travis-ci.org/nickng/aut.svg?branch=master)](https://travis-ci.org/nickng/aut)

`aut` is a simple parser and library for working with the AUT format files
(AUTomation, or ALDEBARAN format) for representing labelled transition systems
in Go.

Full details and specification of the format can be found in the [AUT manual
page][autmanual].

[autmanual]: http://cadp.inria.fr/man/aut.html "AUT manual page"

## License

`aut` is licesnsed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0)