mooigraph 3a2c8ffca1 gml grph language synbtax check online page added 4 years ago
..
README.md 3a2c8ffca1 gml grph language synbtax check online page added 4 years ago
gml.js 609b5c2e0e added javascript gml graph parser and peg file for pegjs 4 years ago
gml.pegjs 3a2c8ffca1 gml grph language synbtax check online page added 4 years ago
gmlpeg-parser.js 3a2c8ffca1 gml grph language synbtax check online page added 4 years ago
index.html 3a2c8ffca1 gml grph language synbtax check online page added 4 years ago
indexinc.html 3a2c8ffca1 gml grph language synbtax check online page added 4 years ago

README.md

pegjs-gml

This is a javascript gml graph language parser created using pegjs parser tool from gml.pegjs

The index.html file uses the generated parser gmlpeg-parser.js for a gnl graph syntax check

The indexinc.html file has the parser code included in the html page