Skip to content
/ fcmc Public

A model of computation that expresses effects and concurrency, as an interpreter and abstract machine

Notifications You must be signed in to change notification settings

gememma/fcmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCMC

The Functional Concurrent Machine Calculus is an implemented model of computation. This project was submitted as part of my university dissertation in May 2023.

Usage

Rust is required to run this project. You can install the Rust compiler using Rustup.

This repository uses the rust-toolchain file to specify which version of the Rust compiler should be used, which rustup should detect and install automatically.

Run cargo run to build and run the project. Run cargo test to run the tests module.

About

A model of computation that expresses effects and concurrency, as an interpreter and abstract machine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages