mooigraph 4d3311a943 dot html table update | hace 3 años | |
---|---|---|
.. | ||
Makefile | hace 3 años | |
README.md | hace 3 años | |
gml-technical-report.pdf | hace 3 años | |
gml.c | hace 3 años | |
gml.h | hace 3 años | |
gml.peg | hace 3 años | |
gml.pegjs | hace 3 años | |
gmlpeg-parser.js | hace 3 años | |
gmltest.html | hace 3 años | |
t.gml | hace 3 años |
gml graph language peg parser in C, C++ and javascript
The gml.peg file can be used to generate a C, C++ gml graph parser using packcc at https://github.com/arithy/packcc
The gml.pegjs file can be used to generate a javascript gml graph parser using pegjs at https://pegjs.org/
The peg file is easy to edit and update if needed
The gmltest.html page is using the gml.pegjs javascript to check for valid gml graph data
The pdf is a description of the gml graph language
The t.gml file is a gml graph test file to use with gml.c and the Makefile
For gml graph layout see also gml4gtk graph viewer at https://github.com/gml4gtk/gml4gtk