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

https://github.com/fgrehm/go-san

A package for parsing Stochastic Automata Network models in Go
https://github.com/fgrehm/go-san

Last synced: about 1 year ago
JSON representation

A package for parsing Stochastic Automata Network models in Go

Awesome Lists containing this project

README

          

# go-san

Parse Stochastic Automata Network models described in the format supported by
the [PEPS Tool](http://www-id.imag.fr/Logiciels/peps/userguide.html#Model_Description)
in Go.

## Credits

Most of the parser code was based off of HashiCorp's [hcl](https://github.com/hashicorp/hcl)
so thanks to everyone that contributed to that project.