csamak opened a new pull request #57:
URL: https://github.com/apache/commons-jexl/pull/57


   I'm not sure why STATIC=false was commented out? Without it, generating
   the parser with JavaCC does not work.
   
   The Parser constructor taking String throws ParseException (a checked
   exception) when generated with JavaCC. I'm not sure why, but the
   StringProvider exception does not.
   
   For the pragmaValue changes, unreachable statements were generated. See
   http://consoliii.blogspot.com/2014/05/javacc-modern-mode-how-to-resolve.html
   
   With these changes I'm able to use JavaCC and everything passes again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to