Skip to content

Commit 4ef4149

Browse files
authored
[Bugfix:Developer] Change python scanner.cc to scanner.c (#14)
* Change python scanner.cc to scanner.c * Update python version
1 parent b1e5854 commit 4ef4149

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(JSONDIR)
1010
endif()
1111

1212
add_library(tree-sitter-python include/tree-sitter-python/src/parser.c
13-
include/tree-sitter-python/src/scanner.cc)
13+
include/tree-sitter-python/src/scanner.c)
1414

1515
add_library(tree-sitter-cpp include/tree-sitter-cpp/src/parser.c
1616
include/tree-sitter-cpp/src/scanner.c)

versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# of locking the version, adjust this to be versions instead of commits
1010

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

0 commit comments

Comments
 (0)