Gerwin,
There are a couple issues I want to address before 1.6.1. I’ll work on them this weekend. Hopefully should be ready in less than a week.
Steve
> On Jan 4, 2015, at 2:02 AM, Gerwin Klein <ger...@ni...> wrote:
>
> Does anything speak against releasing the current state as JFlex 1.6.1?
>
> Happy New Year ;-)
> Gerwin
>
>> Begin forwarded message:
>>
>> To: "[jflex:bugs] " <12...@bu...>
>> From: titi4u <ti...@us...>
>> Reply-To: "[jflex:bugs] " <12...@bu...>
>> Subject: [jflex:bugs] #129 %caseless does not work in jflex 1.6.0 ?
>> Date: 4 January 2015 09:42:53 AEDT
>>
>> Hi,
>> first of all, thank you very much for your great work about JFlex!
>> Sorry for asking, but do you have some scheduled date for JFlex 1.6.1 (that includes this fix)?
>> In my company, I'm only allowed to work with official releases :/
>> Thank you!
>>
>> [bugs:#129] %caseless does not work in jflex 1.6.0 ?
>>
>> Status: open
>> Group: jflex bug
>> Created: Wed Jul 30, 2014 10:07 AM UTC by Evgeny Matusov
>> Last Updated: Wed Nov 05, 2014 06:01 PM UTC
>> Owner: Steve Rowe
>>
>> It seems like %caseless is not working the way it should in jflex 1.6.0:
>>
>> %class XxxTokenizer
>> %unicode
>> %function next
>> %type Object
>> %char
>> %caseless
>>
>> ...
>>
>> /** the first rule: **/
>> c[+][+] { return getNext(); }
>>
>> This rule matches c++ (keeps it as one token), but not C++ (it gets split into C + +). Until version 1.5.1, C++ was also matched.
>>
>> Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/jflex/bugs/129/
>>
>> To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
>>
>
>
>
> The information in this e-mail may be confidential and subject to legal professional privilege and/or copyright. National ICT Australia Limited accepts no liability for any damage caused by this email or its attachments.
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net_______________________________________________
> Jflex-devel mailing list
> Jfl...@li...
> https://lists.sourceforge.net/lists/listinfo/jflex-devel
|