7 lines
231 B
Go
7 lines
231 B
Go
|
|
// Package d2compiler implements a parser, compiler and autoformatter for the Terrastruct d2
|
||
|
|
// diagramming language.
|
||
|
|
//
|
||
|
|
// https://github.com/terrastruct/d2-vscode
|
||
|
|
// https://terrastruct.com/docs/d2/tour/intro/
|
||
|
|
package d2compiler
|