0.1.0 • Published 6 months ago

@cicada-lang/petri-net-js v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
6 months ago

Petri Net JS

This is an implementation of Petri net.

Usage

Command line tool

Install it by the following command:

npm install --global @cicada-lang/petri-net-js

The command-line program is called petri-net-js.

petri-net-js repl         # Open an interactive REPL
petri-net-js run [path]   # Run an inet program
petri-net-js help [name]  # Display help for a command

Examples

TODO

Development

npm install          # Install dependencies
npm run build        # Compile `src/` to `lib/`
npm run build:watch  # Watch the compilation
npm run test         # Run test

References

Papers:

TODO

Community

GitHub:

Telegram:

Contributions

To make a contribution, fork this project and create a pull request.

Please read the STYLE-GUIDE.md before you change the code.

Remember to add yourself to AUTHORS. Your line belongs to you, you can write a little introduction to yourself but not too long.

License

GPLv3