package
0.43.0
Repository: https://github.com/apigear-io/cli.git
Documentation: pkg.go.dev

# Functions

CheckAndEscapeName checks if the given name is a reserved keyword in any language and returns the escaped version of the name if it is.
CheckIsReserved checks if the given name is a reserved keyword in any language and logs a warning if it is.
EscapeKeyword returns the escaped version of the given word.
No description provided by the author
IsKeywordReserved returns true if the word is a reserved keyword in any language and returns the list of languages in which the word is a reserved keyword.
IsKeywordReservedInLang returns true if the word is a reserved keyword in the given language.

# Constants

C++.
Go.
JavaScript.
Python.
Qt C++.
TypeScript.
Unreal Engine C++.

# Type aliases

Lang represents a programming language.