Gerwin Klein
Gerwin Klein
I think you will find that both compile to the same byte code.
Sorry for the delay, I need to read up a bit on what exactly maven is doing there to understand what we're doing. Reproducible build as such is a good...
**Commented by jafl on 2007-07-28 00:00 UTC** Logged In: YES user_id=1439262 Originator: NO +1 :) I would very much like this, too.
Sorry, for some reason I only saw this one now. The reason for this restriction is that an identifier can be the start of the next macro definition, but non-identifiers...
I'll keep this open until I've figure out how hard it would be to lift the restriction, i.e. whether it can be done with reasonable effort.
Cool, I think we agree on where we want to go with the tests. A logging framework that we could query for the set of warnings that were delivered sounds...
Thanks for reporting this. Would it make sense to make this part of the lexer spec, e.g. something like adding a `%SuppressWarnings` option?
> but the general idea for us (by upgrading to JFlex 1.8.2) is to refactor our code to completely remove the need of custom skeletons ;) That'd be cool. Let...
Thanks for that, it's good to know that case sensitivity might be an issue as well.
This does still look like a potential bug, because even for strange specs JFlex shouldn't just throw an exception. For easier discussion later, here the file again: ```jflex package grammar;...