This repository contains the Tree-sitter grammar for RCL.
This repository is based on files extracted from the main repository available at the following remotes:
The upstream source of truth for the grammar is the grammar/tree-sitter-rcl
directory in the main repository. Because some tools that work with Tree-sitter
expect the grammar to live in a separate repository, the files have been
exported here. This repository also includes files generated by tree-sitter generate --build
, so that users do not need to have nodejs installed locally to
generate the parser. The main repository does not include those generated files.
For more information about hacking on the grammar, see the Tree-sitter chapter in the RCL documentation.