[antlr-interest] Buglet in literal escaping

C. Scott Ananian cscott at cscott.net
Thu Feb 12 07:40:25 PST 2009


Using '\\"' as a literal in an ANTLR grammar causes ANTLRv3.1.1 to emit:
  match("\\"")
which is an unterminated string constant.  Oops!
 --scott

-- 
                         ( http://cscott.net/ )


More information about the antlr-interest mailing list