Skip to main content

Module keyword

Module keyword 

Source

Enums§

GoKeyword
Go source keywords.
GoKeywordParseError
Error returned when parsing Go vocabulary fails.
GoPredeclaredIdentifier
Common Go predeclared identifiers.
GoReservedWord
Go reserved vocabulary: keywords plus common predeclared identifiers.

Functions§

is_go_keyword
Returns whether input is a Go keyword.
is_go_predeclared_identifier
Returns whether input is a common Go predeclared identifier.
is_go_reserved_word
Returns whether input is a Go keyword or common predeclared identifier.