Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type FromImport ¶
type FromImport struct { Indented bool `@Space?` Relative []bool `"from" (Space | @".") @"."*` Path []string `@Ident? (Space? "." Space? @Ident)* Space` All bool `"import" Space ( @ALL |` Names []ImportedName `` /* 131-byte string literal not displayed */ }
type ImportedName ¶
type Statement ¶
type Statement struct { // imports. FromImport *FromImport `@@ |` Import *Import `@@ |` // exports. Class *Class `@@ |` Function *Function `@@ |` VariableTyping *VariableTyping `@@ |` VariableUnpack *VariableUnpack `@@ |` VariableAssign *VariableAssign `@@` }
type VariableAssign ¶
type VariableTyping ¶
type VariableUnpack ¶
Click to show internal directories.
Click to hide internal directories.