termParser top-level property
The standard prolog parser to read queries.
Implementation
final Parser<Term> termParser = _definition.buildFrom(_definition.term()).end();
The standard prolog parser to read queries.
final Parser<Term> termParser = _definition.buildFrom(_definition.term()).end();