Enums§
- GoKeyword
- Go source keywords.
- GoKeyword
Parse Error - Error returned when parsing Go vocabulary fails.
- GoPredeclared
Identifier - Common Go predeclared identifiers.
- GoReserved
Word - Go reserved vocabulary: keywords plus common predeclared identifiers.
Functions§
- is_
go_ keyword - Returns whether
inputis a Go keyword. - is_
go_ predeclared_ identifier - Returns whether
inputis a common Go predeclared identifier. - is_
go_ reserved_ word - Returns whether
inputis a Go keyword or common predeclared identifier.