rulesParser top-level property

Parser<List<Rule>> rulesParser
final

The standard prolog parser to read rules.

Implementation

final Parser<List<Rule>> rulesParser =
    _definition.build<List<Rule>>(start: _definition.rules).end();