https://github.com/l3r8yj/phi-reducer
Experimental repo
https://github.com/l3r8yj/phi-reducer
eo phi-calculus
Last synced: 6 months ago
JSON representation
Experimental repo
- Host: GitHub
- URL: https://github.com/l3r8yj/phi-reducer
- Owner: l3r8yJ
- License: mit
- Created: 2023-02-23T11:27:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T02:22:11.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T23:55:40.825Z (6 months ago)
- Topics: eo, phi-calculus
- Language: Coq
- Homepage: https://www.l3r8y.ru/phi-reducer/
- Size: 451 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phi-reducer
[](https://www.l3r8y.ru/phi-reducer/)
This is an experimental project.
Here's a [phi-calculus](https://arxiv.org/abs/2111.13384) 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](https://www.l3r8y.ru/2023/02/24/how-to-coq) before getting started
### How to contribute
Build pdf and latex, do it carefully, Makefile is still not very good.
```shell
make
```
Removes pdf, latex
```shell
make clean
```