Behrooz Nobakht

Results 16 comments of Behrooz Nobakht

I've been able to so far to have a workaround after running bnfc by: ``` $ sed -i -e 's/new Integer(yytext())/new Long(yytext())/g' /path/to/Yylex $ sed -i -e 's/terminal Integer/terminal Long/g'...

Thanks for looking into this. The ABS.cf can be found at https://github.com/CrispOSS/jabsc/blob/master/src/main/resources/abs.cf I am quite at beginner level with BNFC and the BNF grammar that it supports. I will try...

@gapag Thanks for the explanations and the patch for this. I am starting to better understand BNFC side of the problem here and see the challenge. As a Java programmer,...

https://bz.apache.org/bugzilla/show_bug.cgi?id=66195

> already implements the relevant logic, so we don't need to do anything extra with this property Yes, that's correct. However, Tomcat uses a "MethodHandle" invocation to call that method....

> to evaluate to `false` could actually be an expensive operation. This is one of the main motivations for this change. And the root cause for that is because of...

Thank you for your reply. It indeed works. Let me continue with a more specific question. Let's focus on the part `typeOf(InsertAssoc_.class)`. In a pure functional language with support of...

Thanks for thinking about this requirement. If I may, I'd like to come in with a different example into this context. Let's consider this psuedo/modelling code: ``` data Map =...

Thanks for creating this ticket.