Skip to content

A simulation environment for communicating processes.

Notifications You must be signed in to change notification settings

stanislav-moiseev/process-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-sim, a simulation environment for communicating processes

How to install

  1. Install stack.

  2. Clone the repository and initialize the stack project:

    git clone https://github.com/stanislav-moiseev/process-sim
    cd process-sim/
    stack init
    
  3. Build the project:

    stack build
    
  4. Run tests:

    stack exec test1 [number-of-processes]
    stack exec test2 [number-of-processes]
    

About

A simulation environment for communicating processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published