Now tracked on https://github.com/jflex-de/jflex/issues/113
Now tracked on https://github.com/jflex-de/jflex/issues/129
Now tracked on https://github.com/jflex-de/jflex/issues/130
This should be fixed in rev 852, issue now tracked on https://github.com/jflex-d...
Now tracked on https://github.com/jflex-de/jflex/issues/134
Now tracked on https://github.com/jflex-de/jflex/issues/135
Lexers don't work anymore after migration from JFlex 1.4 to JFlex >= 1.5 (infinite loops)
It looks like we'll be able to do the next release in about 1-2 weeks.
Hi, first of all, thank you very much for your great work about JFlex! Sorry for...
Setting outputDirectory in pom.xml has no effect
My next attempt to build a minimal working example has been a bit more successful....
small add-on. Today I tried to write a minimal "working" example. So far I didn't...
I do know mysql :) What I meant is that typically when doing parser includes you'd...
Well, you might or might not know mysql (as an example). if you use mysql interactively...
I don't know anything about the .nested skeleton, it looks like an odd concept to...
Hi Dawid, I've already found the bug which is in skeleton.nested (see bug #132)....
Dump the stack trace from the hung process, Ronald. It's very odd as technically...
Error in skeleton.nested
The good news is that the interactive scanner seems to work (both with "if" and "while")....
Yeah, unfortunately this isn't an ideal world in which everything works as advertised......
In my opinion a blocking reader should always return at least 1 item or an EOF. A...
including a read() returning after having read nothing This has happened to me a...
Hi Steve, hi Dawid, Dawid's change seems absolutely correct to me. In fact it covers...
Hi Steve, hi David, David's change seems absolutely correct to me. In fact it covers...
I've put together a stand-alone test case, hope you can integrate it with jflex's...
Come on, it's not that difficult :) It's actually a typical error in handling stream...
Ronald, will the changes in Dawid's patch work for your interactive scanner? Also,...
I think the solution in the code is wrong though -- there should be a while loop...
There does exist (though severely neglected, yet still functioning) a Eclipse plugin...
ExternalJFlexGrammars
ExternalJFlexGrammars
Re-enable scanning interactively or from a network byte stream
I put that while loop in place when I was making changes to the skeleton to enable...
configurable read strategy
Error when running on Postgres lex file
The lex file you pointed to is for lex/flex, not JFlex. See this section of the JFlex...
Error when running on Postgres lex file
%caseless does not work in jflex 1.6.0 ?
I've committed a fix to trunk: http://sf.net/p/jflex/code/849 This fix will be included...
configurable read strategy
Evgeny, I found a workaround (until this is fixed): enclose the 'c' in quotes: "c"...
Thanks for reporting! I was able to reproduce the problem with current trunk (no...
%caseless does not work in jflex 1.6.0 ?
ExternalJFlexGrammars
ExternalJFlexGrammars
ExternalJFlexGrammars
ExternalJFlexGrammars
ExternalJFlexGrammars
ExternalJFlexGrammars
ExternalJFlexGrammars
Home
Home
Home
ExternalJFlexGrammars
Bhushan, please repost your question on the jflex-users mailing list. See http://jflex.de/mailing.html...
Hi, I am trying to regenerate the tokenizer by modifying the attached ClassicTokenizerImpl.jflex...
Hi, I am trying to regenerate the tokenizer by modifying the attached ClassicTokenizerImpl.jflex...