edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

GFAKluge assumes V1.0 / 0.1 #15

Closed edawson closed 6 years ago

edawson commented 6 years ago

A test on the type(s) of the second, third and fourth tokens could do this.

V2 : S ID LEN SEQ *<tags>
String/int; int; string

V1 : S Name SEQ *<tags>
String/int; string

where name and ID are strings