mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-02-13 05:30:42 +00:00
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:
parent
ead95bcb12
commit
fd0b4920f6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user