Closed robrix closed 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).
semantic-analysis
tree-sitter-graph
Following review, I'll make the status check thing use the new job name and then merge.
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 bytree-sitter-graph
).