Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Extensions = []string{"dl"}
Functions ¶
This section is empty.
Types ¶
type ExportStatement ¶
type ExportStatement struct {
Symbol string `"export" @Ident`
}
type ImportStatement ¶
type Language ¶
type Language struct{}
func (*Language) ParseExports ¶
func (*Language) ParseImports ¶
type Statement ¶
type Statement struct { Import *ImportStatement `@@ |` Export *ExportStatement `@@` }
Click to show internal directories.
Click to hide internal directories.