Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding a XML graph parser
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 20 Mar 2006 15:37:16 +0000 (15:37 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 20 Mar 2006 15:37:16 +0000 (15:37 +0000)
commitbfc9b3ffef6e41c90e64b271ed981fabe05676cc
tree733563d76f9e247eaef621af5dd482499a222998
parent32a7df2e748a1aab7c2339b846764350f22daf37
Adding a XML graph parser

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1961 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/Makefile.am
include/xbt/graphxml.h [new file with mode: 0644]
include/xbt/graphxml_parse.h [new file with mode: 0644]
src/Makefile.am
src/xbt/graphxml.c [new file with mode: 0644]
src/xbt/graphxml.l [new file with mode: 0644]
src/xbt/graphxml_parse.c [new file with mode: 0644]