@configuredthings/rdp.js - v0.7.0
    Preparing search index...

    Type Alias ProductionRule

    A single named production rule.

    type ProductionRule = {
        body: RuleBody;
        name: string;
    }
    Index

    Properties

    Properties

    body: RuleBody

    The rule's body — what it matches.

    name: string

    The rule name as it appears in the grammar source.