jackbergus / theory_of_concurrent_systems

Some Theory of Concurrent Systems, implemented C++ for better understanding of the practical people

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theory of Concurrent Systems

This repository provides some implementations of the theory of concurrent systems

  • CCS: this library is supporting Regular CCS and its behavioural semantics (i.e., the generation of a LTS out of a Regular CCS formula)
  • HML: this library supports simple HML semantics for finite LTS.

Suggested Reading:

About

Some Theory of Concurrent Systems, implemented C++ for better understanding of the practical people

License:GNU General Public License v2.0


Languages

Language:C++ 92.5%Language:ANTLR 4.8%Language:C 1.5%Language:CMake 1.1%