Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FlagName = map[Type]string{ QuotedString: "QuotedString", EOF: "Eof", Keyword: "Keyword", Variable: "Variable", BlockStart: "BlockStart", BlockEnd: "BlockEnd", Semicolon: "Semicolon", Comment: "Comment", Illegal: "Illegal", Regex: "Regex", } )
Functions ¶
This section is empty.
Types ¶
type Flag ¶
func (Flag) IsParameterEligible ¶
Click to show internal directories.
Click to hide internal directories.