On Thu, 2014-02-06 at 20:36 +0100, Rob Godfrey wrote:
> ...
> This bit:
>
> TOKEN [IGNORE_CASE] :
> {
> < ID : ["a"-"z", "_", "$"] (["a"-"z","0"-"9","_", "$"])* >
> | < QUOTED_ID : "\"" ( ("\"\"") | ~["\""] )* "\"" >
> }
>
Cool, thanks for that - does it really have double quote as the escape
for \"? that's really horrible (but consistent with the quoted single
quote syntax in strings).
A
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]