You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineSTB_C_LEX_C_IDENTIFIERS Y // "[_a-zA-Z][_a-zA-Z0-9]*" CLEX_id
There are other non-used macro definition but there are mentioned in the documentation:
// Status:// - haven't tested compiling as C++// - haven't tested the float parsing path// - haven't tested the non-default-config paths (e.g. non-stdlib)// - only tested default-config paths by eyeballing output of self-parse//// - haven't implemented multiline strings// - haven't implemented octal/hex character constants// - haven't implemented support for unicode CLEX_char// - need to expand error reporting so you don't just get "CLEX_parse_error"
I might miss something but since it appeared to be a bit odd I created this issue.
The text was updated successfully, but these errors were encountered:
STB_C_LEX_C_IDENTIFIERS is defined with a
Y
but I can't see it used anywhere.There are other non-used macro definition but there are mentioned in the documentation:
I might miss something but since it appeared to be a bit odd I created this issue.
The text was updated successfully, but these errors were encountered: