Skip to content

l3r8yJ/phi-reducer

Repository files navigation

Phi-reducer

This is an experimental project.

Here's a phi-calculus expression:

[ y -> [ z -> 42 ].z ].y

It may be reduced to:

[ z -> 42 ].z

And then:

42

This project analyzes the phi-calculus expressions and reduces them if it's possible

- TBD

if you want to try to play with it, do this before getting started

How to contribute

Build pdf and latex, do it carefully, Makefile is still not very good.

make

Removes pdf, latex

make clean

About

Experimental repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from l3r8yJ/elegant