forked from GitHub/gf-core
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
graph {
|
|
Translate ;
|
|
RGLSyntax ;
|
|
Extensions ;
|
|
Dictionary ;
|
|
Translate -- RGLSyntax [style = dashed] ;
|
|
Translate -- Extensions ;
|
|
Translate -- Dictionary ;
|
|
Translate -- Chunk ;
|
|
Extensions -- RGLCategories ;
|
|
Chunk -- RGLCategories ;
|
|
RGLCategories ;
|
|
RGLSyntax -- RGLCategories ;
|
|
Dictionary -- RGLCategories ;
|
|
}
|
|
|