github / semantic

Parsing, analyzing, and comparing source code across many languages
8.94k stars 453 forks source link

Interpret syntax imported from JSON #664

Closed robrix closed 2 years ago

robrix commented 2 years ago

This PR defines a mapping of Python syntax to a language-agnostic graph format which we can then interpret in semantic-analysis via a simple JSON schema (defined by tree-sitter-graph).

robrix commented 2 years ago

Following review, I'll make the status check thing use the new job name and then merge.