Adaptive Framework
0.9.0
|
Adaptive framework unicode code point support. More...
Go to the source code of this file.
Functions | |
afw_compile_code_point_is_IdentifierStart (afw_code_point_t cp) | |
Determine if codepoint matches AFW IdentifierStart production. More... | |
afw_compile_code_point_is_IdentifierContinue (afw_code_point_t cp) | |
Determine if codepoint matches AFW IdentifierContinue production. More... | |
afw_compile_code_point_is_EOL (afw_code_point_t cp) | |
Determine if codepoint matches AFW EOL production. More... | |
afw_compile_code_point_is_Whitespace (afw_code_point_t cp) | |
Determine if codepoint matches Whitespace production. More... | |
afw_compile_code_point_is_WhitespaceOrEOL (afw_code_point_t cp) | |
Determine if codepoint matches AFW Whitespace or EOL productions. More... | |
Adaptive framework unicode code point support.
Definition in file afw_compile_code_point.c.