dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
hex2val
dil
lexer
Funcs
Converts c to its hexadecimal value. Returns false if c isn't a hex digit.
bool
hex2val
(
Char
)
(
ref
Char
c
)
Meta
Source
See Implementation
dil
lexer
Funcs
enums
CProperty
functions
char2ev
escapeNonPrintable
hex2val
isAllSpace
isEOF
isEndOfLine
isIdentifierStart
isNewline
isUnicodeNewline
isUnicodeNewlineChar
isalnum
isalpha
isascii
isdigi_
isdigit
ishexa_
ishexad
isidbeg
isident
isoctal
isspace
scanIdentifier
scanNewline
scanNewlineReverse
static functions
castInt
static variables
ptable
variables
LS
LSd
PS
PSd
_Z_
Converts c to its hexadecimal value. Returns false if c isn't a hex digit.