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: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to