Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeObject = iota TypeArray TypeBool TypeInteger TypeFloat TypeNull TypeString )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node interface {
Type() NodeType
}
func TokenAsNode ¶
func TokenAsNode(t token) Node
Click to show internal directories.
Click to hide internal directories.