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
- Host: GitHub
- URL: https://github.com/fgrehm/go-san
- Owner: fgrehm
- License: mit
- Created: 2016-09-06T01:40:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T14:16:14.000Z (over 9 years ago)
- Last Synced: 2025-02-05T08:12:41.453Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.