// a class dictionary graph for simple class dictionary graphs // note that the syntax is not the standard one CdGraph = List(Adjacency). Adjacency = Vertex Neighbors. Neighbors : C | A *common* List(Vertex). A = ":" List(Vertex). C = "=". Vertex = DemIdent. List(S) ~ "(" {S} ")".