Re: New stable release with improved SLIF parse event documentation

2014-10-03 Thread Jeffrey Kegler
Thanks! On 10/03/2014 09:56 PM, Ruslan Shvedov wrote: Marpa-R2 2.096000 built, installed and runs fine for me under winxp (5.18.1/cl/nmake) and cygwin (5.14.2/gcc/make). On Fri, Oct 3, 2014 at 9:21 PM, Jeffrey Kegler > wrote: I have just uploaded

Re: New stable release with improved SLIF parse event documentation

2014-10-03 Thread Ruslan Shvedov
Marpa-R2 2.096000 built, installed and runs fine for me under winxp (5.18.1/cl/nmake) and cygwin (5.14.2/gcc/make). On Fri, Oct 3, 2014 at 9:21 PM, Jeffrey Kegler < jeffreykeg...@jeffreykegler.com> wrote: > I have just uploaded Marpa-R2 2.096000 to CPAN. It's major feature is to > move the impro

Re: Parsing domain names, and cookies

2014-10-03 Thread Ron Savage
Ok, ok! Case closed :-). -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to marpa-parser+unsubscr...@googlegroups.com. For more options, visit https://groups.google

Re: Parsing domain names, and cookies

2014-10-03 Thread Ron Savage
Yes, Marpa seems like overkill. But it'd be slightly interesting to handle the between-lines linkages. -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to marpa-par

Re: Parsing domain names, and cookies

2014-10-03 Thread Jeffrey Kegler
I'm happy to see people becoming very aggressive about using Marpa, but a good rule of thumb is that if something is a regular expression in the narrowest sense, and is not super-large, you should use a regex engine. "Regular expression in the narrowest sense" means something built up entirely fro

Re: Parsing domain names, and cookies

2014-10-03 Thread Christopher Layne
I probably wouldn't use a grammar/parser for something that is literally just dot-separated atoms. -cl On Oct 3, 2014, at 1430 PT, Ron Savage wrote: > Here's a potential project: > > https://publicsuffix.org/ > > > -- > You received this message because you are subscribed to the Google Gro

Parsing domain names, and cookies

2014-10-03 Thread Ron Savage
Here's a potential project: https://publicsuffix.org/ -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email to marpa-parser+unsubscr...@googlegroups.com. For more option

Re: New stable release with improved SLIF parse event documentation

2014-10-03 Thread Jeffrey Kegler
Thanks! On Fri, Oct 3, 2014 at 2:15 PM, Ron Savage wrote: > Marpa::R2 V 2.096. Test statistics: > Fails: 0. Files: 296. Modules: 6. Passes: 6. Tests: 296. > Duration: 43 seconds > > -- > You received this message because you are subscribed to the Google Groups > "marpa parser" group. > To unsub

Re: New stable release with improved SLIF parse event documentation

2014-10-03 Thread Ron Savage
Marpa::R2 V 2.096. Test statistics: Fails: 0. Files: 296. Modules: 6. Passes: 6. Tests: 296. Duration: 43 seconds -- You received this message because you are subscribed to the Google Groups "marpa parser" group. To unsubscribe from this group and stop receiving emails from it, send an email

New stable release with improved SLIF parse event documentation

2014-10-03 Thread Jeffrey Kegler
I have just uploaded Marpa-R2 2.096000 to CPAN. It's major feature is to move the improved SLIF parse event documentation into a stable, indexed release. The new docs should make it much easier to learn and use the SLIF's events mechanism, which is something totally new in parsing, and very p