Skip to content

Commit

Permalink
Reverted to tree-sitter ABI 14
Browse files Browse the repository at this point in the history
  • Loading branch information
jpt13653903 committed Feb 2, 2025
1 parent 23fee9e commit cfc522a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions src/parser.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export CC=gcc
# touch grammar.js
# touch src/scanner.c

tree-sitter generate && tree-sitter test --show-fields
tree-sitter generate --abi 14 && tree-sitter test --show-fields

# tree-sitter generate && tree-sitter parse test/temp.vhd
# tree-sitter generate && tree-sitter parse test/entity.vhd
Expand Down

0 comments on commit cfc522a

Please sign in to comment.