https://github.com/sergestinckwich/pntalk
PNTalk
https://github.com/sergestinckwich/pntalk
petri-nets pharo smalltalk
Last synced: about 2 months ago
JSON representation
PNTalk
- Host: GitHub
- URL: https://github.com/sergestinckwich/pntalk
- Owner: SergeStinckwich
- License: mit
- Created: 2016-08-28T17:56:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T18:46:58.000Z (almost 9 years ago)
- Last Synced: 2025-02-11T11:41:07.754Z (4 months ago)
- Topics: petri-nets, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 241 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PNTalk
[](https://raw.githubusercontent.com/SergeStinckwich/PNTalk/master/LICENSE)
[](https://travis-ci.org/SergeStinckwich/PNTalk)
[](https://ci.appveyor.com/project/SergeStinckwich/pntalk)http://perchta.fit.vutbr.cz/pntalk2k
## How to install PNTalk
```Smalltalk
Metacello new
baseline: 'PNTalk';
repository: 'github://SergeStinckwich/PNTalk';
load
```