/tree-sitter-clarity

Clarity grammar for tree-sitter

Primary LanguageJavaScriptMIT LicenseMIT

tree-sitter-clarity

💡 this grammar is still in development.

This repository contains a grammar for tree-sitter.

The goal of this project is to provide an parser efficient low-dependency parser for clarity.

Navigating this repository

The primary file in this repository is grammar.js which describes the tree-sitter grammar.

# Primary file:
grammar.js
# Tests:
/test/**/*

# Auto generated:
/src/**/*
binding.gyp

Major inspriration & some structures have been taken from tree-sitter-solidity, a big thanks to the contributors to this repo!