https://github.com/sogaiu/tree-sitter-clojure
Clojure(Script) grammar for tree-sitter
https://github.com/sogaiu/tree-sitter-clojure
clojure clojurescript grammar parser tree-sitter
Last synced: about 2 months ago
JSON representation
Clojure(Script) grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/sogaiu/tree-sitter-clojure
- Owner: sogaiu
- License: cc0-1.0
- Created: 2020-02-16T02:58:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T15:15:05.000Z (9 months ago)
- Last Synced: 2025-02-19T01:11:20.103Z (2 months ago)
- Topics: clojure, clojurescript, grammar, parser, tree-sitter
- Language: C
- Homepage:
- Size: 3.91 MB
- Stars: 162
- Watchers: 8
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.txt
Awesome Lists containing this project
README
# tree-sitter-clojure
A tree-sitter grammar for Clojure and ClojureScript
## What the Repository Provides
This repository provides some files used to create various artifacts
(e.g. dynamic libraries) used for handling Clojure and ClojureScript
source code via tree-sitter.Please see the [what and why document](doc/what-and-why.md) for
detailed information.## Potential Changes Announcements
Although no major changes are anticipated at this point, there are no
guarantees. To get a heads-up before such changes occur, please
consider subscribing to the [Potential Changes Announcements
issue](https://github.com/sogaiu/tree-sitter-clojure/issues/33) to be
notified beforehand.## Other Documents
There are some documents in the [`doc` directory](doc/) covering
topics such as:* [Scope](doc/scope.md)
* [Limits](doc/limits.md)
* [Testing](doc/testing.md)
* [Uses](doc/use.md)## Acknowledgments
Please see the [credits](doc/credits.md).