Joseph Langley
Joseph Langley
Prior to 2.6.4, we didn't include the parentheses in the yymore check at all. I think returning to that construction is the best solution. This patch will also work, but...
Sitting with this for a few months, I'm happy with @d125q's solution. I was concerned that using {OPTWS} in the rules would lead to line length problems like those in...
I've been puzzling over this for a couple of hours. I have three questions for you. I beg your pardon if they are very silly. 1. Do you already have...
Neat! I've seen mailing list chatter about a patch for EBCDIC during the 2.3 era but I couldn't find the sources. The ranges like [a-z] are what's causing the problem....
Did the warning about rules that can't be matched also go away? Reading the z/OS 2.5 docs tonight. You probably don't need to worry about the CCL_EXPR macro or the...
This error is happening during bootstrap. I haven't attempted bootstrapping on ARM. I use an x86_64/amd64 environment. If you can, build a distribution tarball on amd64, then try to build...
Thanks for catching that! We need adjust flex's own scanner to handle whitespace in function calls in the actions. That should clear up the main issue you're seeing. I haven't...
Those headers are built during the bootstrap process so they aren't checked into the repo (unless we make a mistake). The commit you pointed to was in the middle of...
That's a fun error. Can you share your input file?
It's a performance parameter for the Flex generation process. Increasing it might let Flex exhaust your system memory or make it take a very long time to produce your scanner....