tree-sitter-swift icon indicating copy to clipboard operation
tree-sitter-swift copied to clipboard

Swift grammar for tree-sitter

Results 13 tree-sitter-swift issues
Sort by recently updated
recently updated
newest added

Compare what is in the [lexical structure documentation](https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html) to what we currently have in the grammar and update accordingly. This is my next project. ps. starting to add highlighting support...

todo

Parser currently doesn't know what to do with try / catch / throw codes.

todo

**Example** ```swift mutating func foo(_ p1: Int) {} public mutating func bar(_ p1: Int) {} ``` **Result** ``` (program [0, 0] - [2, 0] (ERROR [0, 0] - [1, 15]...

bug
good first issue