mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
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 ;
|
|
}
|
|
|