GrayJack / tree-sitter-janet

A tree-sitter grammar parser for Janet
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Add upscope #6

Closed sogaiu closed 3 years ago

sogaiu commented 3 years ago

Adds the new special form upscope.

There are also a few tests added to the corpus.

I also tested the grammar against my local collection of Janet source code collected from various repositories. There may be some duplicates, but that's somewhat over 500 files.

.c and some .json source was regenerated and package-lock.json got tweaked slightly from doing npm install.