Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tree-sitter-grammars/tree-sitter-starlark
Starlark grammar for tree-sitter
https://github.com/tree-sitter-grammars/tree-sitter-starlark
parser starlark tree-sitter
Last synced: about 1 month ago
JSON representation
Starlark grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/tree-sitter-grammars/tree-sitter-starlark
- Owner: tree-sitter-grammars
- License: mit
- Created: 2023-02-18T19:49:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T03:12:17.000Z (about 2 months ago)
- Last Synced: 2024-12-14T00:07:57.157Z (about 1 month ago)
- Topics: parser, starlark, tree-sitter
- Language: C
- Homepage:
- Size: 778 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-starlark
[![Build Status](https://github.com/tree-sitter-grammars/tree-sitter-starlark/actions/workflows/ci.yml/badge.svg)](https://github.com/tree-sitter-grammars/tree-sitter-starlark/actions/workflows/ci.yml)
[![Discord](https://img.shields.io/discord/1063097320771698699?logo=discord)](https://discord.gg/w7nTvsVJhm)Starlark grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter)
Adapted from the [official spec](https://github.com/bazelbuild/starlark/blob/master/spec.md)
and the [Google spec](https://github.com/google/starlark-go/blob/master/doc/spec.md)