Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

pmatiello/pistache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pistache
-------------------------------------------------------------------------------

SUMMARY

pistache is a pi-Calculus internal DSL for Scala.


DEPENDENCIES

In order to run the tests for this software, you'll need the following dependencies:

JUnit
http://www.junit.org/
Tested with version 4.5.

scalatest
http://www.scalatest.org/
Tested with version 1.6.1.

These dependencies can be downloaded automatically by running:
	ant download-deps

The Scala language, version 2.9, is also required.
http://www.scala-lang.org/

BUILDING

A jar file for the library can be built by running:
	ant build

The tests can be executed with the command:
	ant all-tests

The API reference in HTML format is generated by the command:
	ant docs

Notice that you may need to edit the scala.home property in the buildfile in order to
make it reflect your environment.

About

Pistache is a pi-Calculus internal DSL for Scala. It enables developers to write concurrent applications using a pi-Calculus-ish notation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages