<div dir="ltr">Hi David,<div><br></div><div>I still think this is a bit of a hack:</div><div><br></div><div>+  const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier();<br></div><div><div>+  getLexer().setAllowAtInIdentifier(true);</div>
<div>   Lex();</div><div>+  getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);</div></div><div><br></div>But I'm not too worried about this going in, if others consent to it. <div><br></div><div>It seems to me that the lexer should know or have a flag, but the @ symbol for ARM is quite the hack in itself, so making that specific to the lexer might be going the wrong way altogether.</div>
<div><br></div><div>If others agree, I think it's good to go now.</div><div><br></div><div>cheers,</div><div>--renato</div></div>