Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merico-dev/tree-sitter-swift
Swift grammar for tree-sitter
https://github.com/merico-dev/tree-sitter-swift
Last synced: 12 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T17:46:53.000Z (about 2 years ago)
- Last Synced: 2024-08-01T19:57:26.027Z (3 months 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
===========================[![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-swift.svg?branch=master)](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.