• Stars
    star
    3
  • Rank 3,954,566 (Top 79 %)
  • Language
    C
  • License
    GNU Lesser Genera...
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GML, the Graph Modelling Language, is a portable file format for graphs. GML has been developed as part of the Graphlet system, and has been implemented in several other systems, including LEDA, GraVis and VGJ. This repository contains a sample scanner and parser for GML. Unlike other implementations, this one uses ANSI C and does not rely on external tools such as lex and yacc. This implementation is also designed to be highly portable and can be used as a library.