Skip to content

Commit

Permalink
[Bugfix:Developer] Change python scanner.cc to scanner.c (#14)
Browse files Browse the repository at this point in the history
* Change python scanner.cc to scanner.c

* Update python version
  • Loading branch information
IDzyre authored Jun 26, 2023
1 parent b1e5854 commit 4ef4149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(JSONDIR)
endif()

add_library(tree-sitter-python include/tree-sitter-python/src/parser.c
include/tree-sitter-python/src/scanner.cc)
include/tree-sitter-python/src/scanner.c)

add_library(tree-sitter-cpp include/tree-sitter-cpp/src/parser.c
include/tree-sitter-cpp/src/scanner.c)
Expand Down
4 changes: 2 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# of locking the version, adjust this to be versions instead of commits

# TREE-SITTER REPOS
# Python -- Merge pull request #193 from tree-sitter/tausbn/... -- Feb 28, 23
export tree_sitter_python_hash=62827156d01c74dc1538266344e788da74536b8a
# Python -- feat: rewrite the scanner in C -- June 23, 23
export tree_sitter_python_hash=6ecc2b54b39ac390848d81dfcf5ee961f33a2f03
# Tree-Sitter - Avoid unused value warning from array_pop -- Jun 14, 23
export tree_sitter_hash=d0029a15273e526925a764033e9b7f18f96a7ce5
# cpp -- Merge pull request #209 from amaanq/rewrite-it-in-c -- Jun 18, 23
Expand Down

0 comments on commit 4ef4149

Please sign in to comment.