FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CodeSearchNet/function_parser/script/setup.py at master · mloncode/CodeSearchNet · GitHub
mloncode
/
CodeSearchNet
Public
forked from
github/CodeSearchNet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
CodeSearchNet
/
function_parser
/
script
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (19 loc) · 586 Bytes
Breadcrumbs
CodeSearchNet
/
function_parser
/
script
/
setup.py
Copy path
File metadata and controls
22 lines (19 loc) · 586 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import
glob
from
tree_sitter
import
Language
languages
=
[
'/src/vendor/tree-sitter-python'
,
'/src/vendor/tree-sitter-javascript'
,
# '/src/vendor/tree-sitter-typescript/typescript',
# '/src/vendor/tree-sitter-typescript/tsx',
'/src/vendor/tree-sitter-go'
,
'/src/vendor/tree-sitter-ruby'
,
'/src/vendor/tree-sitter-java'
,
'/src/vendor/tree-sitter-cpp'
,
'/src/vendor/tree-sitter-php'
,
]
Language
.
build_library
(
# Store the library in the directory
'/src/build/py-tree-sitter-languages.so'
,
# Include one or more languages
languages
)
Back
|
FazBrowse Home
|
New Git URL