0.1.2 • Published 9 months ago

@cicada-lang/monoid v0.1.2

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

Monoid

Monoid as type system and programming with interaction nets.

References

Papers:

Books:

Usage

Command line tool

The command line program is called mono.

Install it by the following command:

npm -g i @cicada-lang/monoid

Development

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

Contributions

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

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

License

GPLv3