Documentation
¶
Index ¶
Constants ¶
View Source
const ( LOWEST int TERNARY // a ? b : c EQ // == LESS_GREATER // > or < SUM // + PRODUCT // * PREFIX // -X or !X CALL // myFunction(X) INDEX // array[index] or obj.key POSTFIX // X++ or X-- )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ParseProgram ¶
Click to show internal directories.
Click to hide internal directories.