Skip to content

alexandru-dinu/semantic-tableaux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Tableaux

Parser.py constructs an ADT representations of parsed formulas from the Knowledge Base. This is then fed into Haskell which constructs the semantic tableaux (tree).

Usage

python Parser.py <path_to_kb> | runhaskell Main.hs

or directly:

./do.sh <path_to_kb>