alx71hub / hcb

Hyperlinked C++ BNF Grammar
GNU General Public License v3.0
41 stars 7 forks source link

identifier is defined differently from latest standard #8

Open nickhuang99 opened 2 years ago

nickhuang99 commented 2 years ago

identifier is defined differently in standard. I can see that current standard introduced "identifier-start" and "identifier-continue" which makes it very difficult to express. However, this is part of lexer procedure and it may not be a concern of grammar for parser part.