Connect++ 0.1
A fast, readable connection prover for first-order logic.
|
More complex semantic actions, now functions etc to make a literal. More...
#include <TPTPParser.hpp>
Public Member Functions | |
Term * | operator() (const string &) const |
Term * | operator() (const fof_plain_term_struct &) const |
More complex semantic actions, now functions etc to make a literal.
This is complicated by the need to be very careful to distinguish predicates from functions. So we have one function to deal with fof_plain_term the first time it's seen, to get a prodicate. Then a different one to get the functions.