# 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.
# Type aliases
Lang represents a programming language.