tree-sitter-clarity

February 25, 2022 ยท View on GitHub

๐Ÿ’ก 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.

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!