Skip to content
Pedro Fanha edited this page Jan 8, 2019 · 9 revisions

To create an interpreter for RPL that:

  • Understands both statement sets and arguments
  • Provides a high-level representation of the input (i.e. statements, their inner conjuncts, predicates, etc.), using the parser language structures
  • Provides a (separate from the parser) implementation of the truth tree method that allows creating graphs out of
  • Allows checking for consistency of statement sets
Clone this wiki locally