Documentation
¶
Index ¶
Constants ¶
View Source
const ( ILLEGAL = "ILLEGAL" EOF = "EOF" IDENT = "IDENT" STRING = "STRING" AT = "@" ASSIGN = "=" COMMA = "," LPAREN = "(" RPAREN = ")" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
func Parse ¶
func Parse(doc string) ([]Annotation, error)
Click to show internal directories.
Click to hide internal directories.