Skip to content

joshgodsiff/proof-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

proof-assistant

A proof assistant for natural deduction in propositional logic.

Compilation

Compile src/Solver.java, and then run the .class file as normal. Alternatively, load the whole project in Eclipse and let it sort it out.

Usage

The program takes a single formula as its input, which it will then attempt to prove. A grammar may be found in src/parser/grammar.txt, and should be reasonably self-explainatory.

About

A proof assistant for first-order logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages