Hi all!
I have been using Neo4j to try to import the structure of a C# Abstract Syntax Tree (AST) generated by Microsoft Roslyn so I can query the program structure using Cypher.
My approach is to visit all the SyntaxNodes and add them to multiple CS...