phie 0.2.0

Experimental emulator of a processor that understands 𝜑-calculus expressions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: xcop
"on":
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
jobs:
  xcop:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v3
      - uses: g4s8/xcop-action@master