Interface ASTReadingRule

interface ASTReadingRule {
    constructor: ASTNodeConstructor<ASTNode>;
    processor: ASTNodeProcessor<ASTNode>;
}

Properties

Generated using TypeDoc