diff options
author | Jed Barber <jjbarber@y7mail.com> | 2012-08-09 05:21:39 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2012-08-09 05:21:39 +1000 |
commit | 71dce766656c2ae0a6db5cb4befa35cd9dd2f661 (patch) | |
tree | 14e2d43e8aca56fdebbb1f4e24d60a39276dd7f2 | |
parent | 12b3e97d0ee4b7d1fa6560b91d14ef7be110bdff (diff) |
Instructions on how to use the programs
-rw-r--r-- | README | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -0,0 +1,49 @@ + + +Semantic <input file> + +Evaluates a proof trace, and shows the contents of the Dictionary, Assumptions, Stack and Theorems when done. + + + + +Syntactic <input file> + +Checks a proof trace for syntax errors. + + + + +ProofGraph <input file> + +Constructs a DAG dependency graph of the virtual machine commands used in a given proof trace. + + + + +WriteProof <input file> > <output file> + +Reads a proof trace in, converts it to a DAG a la ProofGraph, then converts it back into a linear proof trace. + + + + +Delete <input file> [<num#1>, <num#2>, <num3>] + +Removes all theorems of specified numbers from a proof trace. Best used in conjunction with ListThm, so you can +actually know what theorems are what. + + + + +Concat <input #1> <input#2> + + + + +ListThm <input file> + +Displays numbered theorems from a proof trace. Best used in conjunction with Delete so you know what theorems you +are deleting. + + |