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

    Type Alias GrammarAST

    The root of a parsed grammar: an ordered list of production rules.

    type GrammarAST = {
        rules: ProductionRule[];
    }
    Index

    Properties

    Properties