Allow Mac OS Roman characters $F6 and $FF to be used in identifiers.

The corresponding Unicode characters (U+02C6 MODIFIER LETTER CIRCUMFLEX ACCENT and U+02C7 CARON) have the XID_Start and XID_Continue properties, so they are allowable in identifiers per C23 rules. We will just allow them in all language modes, since C99 through C17 permit the use of "other implementation-defined characters".
This commit is contained in:
Stephen Heumann 2024-09-14 14:23:56 -05:00
parent ead95bcb12
commit fd0b4920f6

View File

@ -269,7 +269,7 @@ charKinds start character set
dc i'letter' s
dc i'letter' t
dc i'letter' u
dc i'ch_other' v
dc i'letter' v
dc i'ch_other' w
dc i'ch_other' x
dc i'ch_other' y
@ -278,7 +278,7 @@ charKinds start character set
dc i'ch_other' |
dc i'ch_other' }
dc i'ch_other' ~
dc i'ch_other' rub
dc i'letter' rub
end
charSym start single character symbols