0.3.0 • Published 3 years ago

tree-sitter-ekscript v0.3.0

Weekly downloads
18
License
MIT
Repository
github
Last release
3 years ago

tree-sitter-ekscript

A Tree-sitter grammar for EkScript

EkScript website

Get Started

Installation

git clone https://github.com/ekscript/tree-sitter-ekscript
cd tree-sitter-ekscript
npm i

To generatate C parser files:

npm run gen # pnpm build

Development

In the root directory, simply:

npm run dev

Tests

To create tests, create a *.txt file in test/corpus folder. Refer to tree-sitter test to know how to write tests

To test if the node-bindings are generated properly

npm run build
node test/corpus/test_index.js

should give you an AST

Highlighting tests

ROADMAP

Contribution

The grammar is easy to understand. Have a look at creating-parsers for more information.

Contribute on the master branch itself if you think this grammar doesn't support anything specific.

License

MIT

0.3.0

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago