cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

janvanommeren
Node
since ‎07-03-2019
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...