I'm playing with neo4j as graph rewrite engine, targeted for MDA, automated 
programming and software analysis.

So my first attempt to model very simple Hello World UNIX program:

int main(int argc, char *argv[]) { printf("Hello World\n"); return 0; }

So I model very basic C language subset, and program build process using 
Makefile (with dependency tracking).

For first time I make this like graph model in neo4j:

<https://lh3.googleusercontent.com/-FDS0m-ygMW8/Wank1kDz6EI/AAAAAAAACC4/RbPVbSaHFDIG7COji1MJ4GhSzDCygEfgACLcBGAs/s1600/png.png>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to