Fork of tree-sitter-sql
Using tree-sitter-cli
tree-sitter generate
tree-sitter testTree-sitter parsers need to be compiled as a shared-object / dynamic-library, you can enable this by passing the
-shared & -fPIC flags to your compiler.
cc -shared -fPIC -I./src src/parser.c src/scanner.c -o sql.socp sql.so .../parser/sql.so
cp queries/*.scm .../queries/sql/*.scmMinimal support for BTEQ commands: If, Logon, Logoff, Exit, Quit, Goto, Label, Set, Run