Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dopamane authored May 30, 2024
1 parent cd39be1 commit cccd135
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# bayeux
# Bayeux

```
cabal build
cabal install
```
Try it:
```
echo "q => p => q" | bx --stdin -t
~(q => (p => q))
│q
│~(p => q)
│p
│~q
True
```

| Syntax | |
|------|-------------|
| Var | alpha-num |
| Not | `~` |
| And | `/\` |
| Or | `\/` |
| Imply | `=>` |

0 comments on commit cccd135

Please sign in to comment.