Re: Java 8 Parser

2016-10-17 Thread Ruslan Shvedov
Great, thanks.

BTW, s/How to I/How do I/ on both.

I'd file a PR, but couldn't find those entries at
https://github.com/ronsavage/marpa.faq -- missing something perhaps.

On Tue, Oct 18, 2016 at 3:12 AM, Ron Savage  wrote:

> Using this material, I've added 2 new questions to the FAQ:
> http://savage.net.au/Perl-modules/html/marpa.faq/faq.html. Nos 144 and
> 145.
>
> --
> 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.com/d/optout.
>

-- 
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.com/d/optout.


Re: Java 8 Parser

2016-10-17 Thread Ron Savage
Using this material, I've added 2 new questions to the 
FAQ: http://savage.net.au/Perl-modules/html/marpa.faq/faq.html. Nos 144 and 
145.

-- 
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.com/d/optout.


Re: Java 8 Parser

2016-10-17 Thread Ruslan Shvedov
On Thu, Oct 13, 2016 at 6:00 PM, Harry  wrote:

>
> 1. Keyword vs Identifier:
>
http://stackoverflow.com/questions/27109840/marpa-can-i-explicitly-disallow-keywords-as-identifiers

https://gist.github.com/rns/d19b40ffc5523659dec9 -- events can be used to
analyze the string using Perl regexes and read the contex-defined lexeme.


> 2. Comment (single- and multi-line versions)
>
perhaps you can use this https://gist.github.com/jeffreykegler/5015057 by
Jeffrey

Hope this helps.

-- 
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.com/d/optout.