9 #ifndef __AFW_CODE_POINT_H__
10 #define __AFW_CODE_POINT_H__
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
afw_boolean_t afw_compile_code_point_is_Whitespace(afw_code_point_t cp)
Determine if codepoint matches Whitespace production.
afw_boolean_t afw_compile_code_point_is_IdentifierContinue(afw_code_point_t cp)
Determine if codepoint matches AFW IdentifierContinue production.
afw_boolean_t afw_compile_code_point_is_IdentifierStart(afw_code_point_t cp)
Determine if codepoint matches AFW IdentifierStart production.
afw_boolean_t afw_compile_code_point_is_EOL(afw_code_point_t cp)
Determine if codepoint matches AFW EOL production.
afw_boolean_t afw_compile_code_point_is_WhitespaceOrEOL(afw_code_point_t cp)
Determine if codepoint matches AFW Whitespace or EOL productions.
afw_int32_t afw_code_point_t
Unicode code point.