View source code
Display the source code in dmd/common/charactertables.d from which this page was generated on github.
Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone.

Module dmd.common.charactertables

Character tables related to identifiers.

Supports UAX31, C99, C11 and least restrictive (All).

Documentation

https://dlang.org/phobos/dmd_common_charactertables.html

Coverage

https://codecov.io/gh/dlang/dmd/src/master/src/dmd/common/charactertables.d

Functions

NameDescription
c_isalnum(c)
c_isxdigit(c)
isAnyContinue(c) Convenience function for use in places where we just don't care, what the identifier ranges are.
isAnyIdentifierCharacter(c) Convenience function for use in places where we just don't care, what the identifier ranges are, or if it is start/continue.
isAnyStart(c) Convenience function for use in places where we just don't care, what the identifier ranges are.
isDigitSecond(c)
ishex(c)
isidchar(c)
isoctal(c)
issinglechar(c)
isZeroSecond(c)

Structs

NameDescription
IdentifierCharLookup

Enums

NameDescription
IdentifierTable

Manifest constants

NameTypeDescription
LS UTF line separator
PS UTF paragraph separator

Authors

Richard (Rikki) Andrew Cattermole

License

Boost License 1.0