Giter Site home page Giter Site logo

graphlr's Introduction

graphlr

Index the antlr3 AST through a Neo4j graph.

ASTs generated by antlr(X) are cool and helpful, but a bit unhandy and boring to traverse. The most natural way to traverse a tree like that is a directed graph.

So, welcome graphlr. It's basically an extended Java6 antlr grammar, which in parallel to the AST builds an inpersistent Neo4j graph and links its nodes to the relevant AST entries.

That way, one can easily jump into the AST without having to recursively traverse it. Just use Cypher to find the relevant nodes and to procede from there.

GraphlrTest.java contains some examples. This is a very pre-alpha bloody state. I still need to create more nodes, relationship. And right now, I'm bad in building a stack while parsing, so I exactly know where a method has been implemented, where the fields or variable declarations belong to etc. And I need to have a mode how to index an existing AST, so I can use this in my Sonar fork. And, of course, this documentation sucks.

But anyway, it's a start. Feel free to comment and to contribute.

graphlr's People

Contributors

pavlobaron avatar

Watchers

vasulakkaraju avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.