Create a grammar which is:
- Easy to read
- Familiar with SQL
- Expressive in working with Graph and Document data.
- Based on the concept of Multi Model DBMS with Document & Graph.
##Example
select from ( traverse out("walk_with") from Animal where name = "Lisa" ) where name = "Dog" order by age asc limit 10##Todo
- Setup whole Project in IntelliJ
- Implement the fundamental rules in antlr.
- Implement Parse-Tree Listeners
##Inspiration Thanks to OrientDb the first Multi Model DBMS with Document & Graph engine
##Motivation The best way to understand programming languages and dsl's in deep is to know how they are created.
##Contributing
- Get Started ANTLR: Getting Started with ANTLR v4
- Fork & Pull request ;)
Copyright (c) 2015 - Dustin Deus
