Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWEST int ASSIGN // =,+=,-=,*=,/=,%=,&=,|=,^= LOGIC // &,|,^,&&,|| TERNARY // ? : COMPARE // >,>=,<,<=,==,!= SUM // + PRODUCT // * PREFIX // -x CALL // myFunction(X) INDEX // array[index] DOT // some.property or some.function() )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files ¶
- assign.go
- async.go
- block.go
- boolean.go
- break.go
- call.go
- class.go
- compound.go
- continue.go
- decorator.go
- defer.go
- dot.go
- expression.go
- float.go
- for.go
- from.go
- function.go
- group.go
- hash.go
- identifier.go
- if.go
- import.go
- index.go
- infix.go
- integer.go
- list.go
- null.go
- parser.go
- postfix.go
- prefix.go
- program.go
- return.go
- statement.go
- string.go
- super.go
- switch.go
- ternary.go
- this.go
- while.go
Click to show internal directories.
Click to hide internal directories.