function_parser icon indicating copy to clipboard operation
function_parser copied to clipboard

Fork of the awesome function_parser library from Github's CodeSearchNet Challenge repo: https://github.com/github/CodeSearchNet/tree/master/function_parser

Results 3 function_parser issues
Sort by recently updated
recently updated
newest added

By typing this line : `DataProcessor.PARSER.set_language(Language('build/my-languages.so', language))` the kernel of my Jupiter notebook restarts. What could be the problem ?

Currently only Java, Python, and Golang are able to be parsed. The issue seems to stem from mismatch versions of tree-sitter version and the PHP, Ruby, and Javascript tree-sitter grammars.

bug