Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tree-sitter/tree-sitter-swift

Swift grammar for tree-sitter
https://github.com/tree-sitter/tree-sitter-swift

Last synced: about 2 months ago
JSON representation

Swift grammar for tree-sitter

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.