fmt
This commit is contained in:
parent
bee43fd290
commit
c79a9ed366
1 changed files with 17 additions and 17 deletions
|
|
@ -3,23 +3,23 @@
|
||||||
// d2ast implements the d2 language's abstract syntax tree.
|
// d2ast implements the d2 language's abstract syntax tree.
|
||||||
//
|
//
|
||||||
// Special characters to think about in parser:
|
// Special characters to think about in parser:
|
||||||
// #
|
// #
|
||||||
// """
|
// """
|
||||||
// ;
|
// ;
|
||||||
// []
|
// []
|
||||||
// {}
|
// {}
|
||||||
// |
|
// |
|
||||||
// $
|
// $
|
||||||
// '
|
// '
|
||||||
// "
|
// "
|
||||||
// \
|
// \
|
||||||
// :
|
// :
|
||||||
// .
|
// .
|
||||||
// --
|
// --
|
||||||
// <>
|
// <>
|
||||||
// *
|
// *
|
||||||
// &
|
// &
|
||||||
// ()
|
// ()
|
||||||
package d2ast
|
package d2ast
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue