Type Aliases

The following type aliases are available globally.

  • A syntax tree with non-terminal keys and string range leafs.

    Declaration

    Swift

    public typealias ParseTree = SyntaxTree<NonTerminal, Range<String.Index>>