Create project
This commit is contained in:
commit
09ee1bc74c
8 changed files with 79 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# asciiprooftree
|
||||
|
||||
Format and reformat ascii proof trees like this one:
|
||||
|
||||
```text
|
||||
§ *
|
||||
§ ----------------------------- [;] compose
|
||||
§ [a;b;]p(||) <-> [a;][b;]p(||)
|
||||
§ ----------------------------------------- US
|
||||
§ [x:=*;][?x>0;][x:=x+1;]x>1 [?x>0;x:=x+1;]x>1 <-> [?x>0;][x:=x+1;]x>1
|
||||
§ ---------------------------------------------------------------------- RewriteAt
|
||||
§ [x:=*;][?x>0;x:=x+1;]x>1
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue