Defines lexical tokens.
Specification: Tokens
Expression nodes
Write a character, using a readable escape sequence if needed
Write a single-quoted character literal
This is used to pick the C keywords out of the tokens. If it's not a C keyword, then it's an identifier.
See Source File _tokens.d Documentation: https://dlang.org/phobos/dmd_tokens.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/tokens.d
Walter Bright
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
Defines lexical tokens.
Specification: Tokens