Documentation
¶
Index ¶
Constants ¶
View Source
const ( NormalMode int = iota REPLMode TestMode )
These are the enums for marking parser's mode, which decides whether it should pop unused values.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
Parser represents lexical analyzer struct
func (*Parser) IsNotDefMethodToken ¶ added in v0.1.9
IsNotDefMethodToken ensures correct naming in Def statement
func (*Parser) IsNotParamsToken ¶ added in v0.1.9
IsNotParamsToken ensures correct parameters which means it is not InstanceVariable
Source Files
¶
Click to show internal directories.
Click to hide internal directories.