Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit 76a006f

Browse files
author
Miltos
authored
Update README.md
1 parent 3f999d5 commit 76a006f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: function_parser/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Function Parser
22

3+
> # A community-driven, standalone version of the function-parsing code in this folder, that can be installed as a PyPI package can be found [here](https://github.com/ncoop57/function_parser).
4+
> The code in this codebase is maintained only for fixing issues related with the CodeSearchNet challenge data.
5+
36
This repository contains various utils to parse GitHub repositories into function definition and docstring pairs. It is based on [tree-sitter](https://github.com/tree-sitter/) to parse code into [ASTs](https://en.wikipedia.org/wiki/Abstract_syntax_tree) and apply heuristics to parse metadata in more details. Currently, it supports 6 languages: Python, Java, Go, Php, Ruby, and Javascript.
47

58
It also parses function calls and links them with their definitions for Python.

0 commit comments

Comments
 (0)