https://github.com/merico-dev/tree-sitter-swift
Swift grammar for tree-sitter
https://github.com/merico-dev/tree-sitter-swift
Last synced: about 1 year ago
JSON representation
Swift grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/merico-dev/tree-sitter-swift
- Owner: merico-dev
- Fork: true (tree-sitter/tree-sitter-swift)
- Created: 2020-09-30T03:50:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T17:46:53.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T19:57:26.027Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 3.13 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tree-sitter-swift
===========================
[](https://travis-ci.org/tree-sitter/tree-sitter-swift)
Work in progress swift grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
## Status - Abandoned
Use [this](https://github.com/alex-pinkus/experimental-tree-sitter-swift) Swift grammar instead.
## References
* [Swift Language Reference](https://docs.swift.org/swift-book/ReferenceManual/AboutTheLanguageReference.html) - The full grammar reference for the current iteration of Swift.
* [Swift Grammar Summary](https://docs.swift.org/swift-book/ReferenceManual/zzSummaryOfTheGrammar.html) - Easy to reference listing of the grammar requirements.