Initial check in.

This commit is contained in:
David Baer
2017-04-22 15:35:18 -04:00
commit 9c88f730d5
43 changed files with 7039 additions and 0 deletions

5
log.txt Normal file
View File

@@ -0,0 +1,5 @@
05/01/99 - Added "backup" pseudo-rule to allow for correcting mistakes.
- Wrote simple lexer to avoid having to use flex. This one
uses C++ input streams much more cleanly.
- Prettified some of the .h and .cc files with comments.
8/14/99, 11:02 PM -- Trying to add support for "hidden" axioms. Problem: Proof:applyRule does not properly apply axioms (add to lhs).