Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWEST int ASSIGN //=, =>, +=, -=, */, /=, %= RANGE // .. CONDOR // || CONDAND // && EQUALS //==, != LESSGREATER //<, <=, >, >= SUM //+, - PRODUCT //*, /, %, ** REGEXP_MATCH // !~, ~= PREFIX //!true, -10 INCREMENT //++, -- CALL //add(1,2), array[index], obj.add(1,2) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ErrorLines ¶
func (*Parser) ParseProgram ¶
Click to show internal directories.
Click to hide internal directories.