Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
Node is a singly-linked list element in the decision tree
func ConstructTree ¶
ConstructTree generates a Node list from a token stream
func (*Node) IsAssignmentOperator ¶
IsAssignmentOperator returns whether or not the node is an assignment operator
func (*Node) IsCmdLineArgument ¶
IsCmdLineArgument returns whether or not the node is a command line argument
func (*Node) IsStringAssignment ¶
IsStringAssignment returns whether or not the value matches a single or double quoted string
Click to show internal directories.
Click to hide internal directories.