
#11012: Support for unicode primes on identifiers.
-------------------------------------+-------------------------------------
Reporter: ghartshaw | Owner:
Type: feature request | Status: new
Priority: low | Milestone:
Component: Compiler | Version: 7.10.2
(Parser) |
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by ghartshaw):
I would like the characters U+2032, U+2033, U+2034, and U+2057 to be
excluded from uniSymbol in the rule for symbol, added to the rule for
graphic, and added to the rules for varid and conid.
These rules currently are
{{{
graphic → small | large | symbol | digit | special | " | '
symbol → ascSymbol | uniSymbol