Documentation
¶
Index ¶
- func Parse(input string, f func(*parser) interface{}) (result interface{}, errors []error)
- func ParseExpression(input string) (expression ast.Expression, errors []error)
- func ParseStatements(input string) (statements []ast.Statement, errors []error)
- func ParseType(input string) (ty ast.Type, errors []error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseExpression ¶ added in v0.2.1
func ParseExpression(input string) (expression ast.Expression, errors []error)
func ParseStatements ¶ added in v0.2.1
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.