Skip to content

sergei-romanenko/spsc-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPSC: a Simple Supercompiler in Scala

Theory

Practice

First, build SPSC executable by running

sbt compile

The tasks for SPSC are in files with the extension .task.

For each task name in the directory tasks, run

sbt "run tasks/name"

Then SPSC will read the file name.task and produce the files name.tree (containig the process tree) and name.res (containing the residual task).

About

A Small Positive Supercompiler in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages