Traqula
    Preparing search index...

    Type Alias ParseRuleMap<RuleNames>

    ParseRuleMap: { [Key in RuleNames]: ParserRule<any, Key> }

    Convert a list of ruledefs to a record that maps each rule name to its definition.

    Type Parameters

    • RuleNames extends string