Re: [14/32] new keywords

2020-11-06 Thread Jeff Law via Gcc-patches
On 11/3/20 2:15 PM, Nathan Sidwell wrote: > We have 3 new keywords.  As I mentioned in the preprocessor lexing, > the keywords are context-sensitive, and we create internal ones.  > These internal ones have an 'invisible' space at the end of them.  > This has the advantage of making them return t

[14/32] new keywords

2020-11-03 Thread Nathan Sidwell
We have 3 new keywords. As I mentioned in the preprocessor lexing, the keywords are context-sensitive, and we create internal ones. These internal ones have an 'invisible' space at the end of them. This has the advantage of making them return to normal identifiers in preprocessor output. -