Tree-Sitter Tutorial – Part #2
In the last part of this tutorial we prepared the parser for a simple BNF syntax. In this part we will create a simple C tool that converts this parser syntax into tree-sitter JavaScript syntax. After installing the library, as specified above or compiling from the source code, get into the folder we created in […]