rulesParser top-level property

Parser<List<Rule>> rulesParser
final

The standard prolog parser to read rules.

Implementation

final Parser<List<Rule>> rulesParser = _definition
    .buildFrom(_definition.rules())
    .end();