Re: To mark the occasion, a short composition

2016-10-24 Thread Ron Savage

>
> Hmmm. Bit hard to argue with that. But then, I'm so I like Bob Dylan..
>

That should read:  Hmmm. Bit hard to argue with that. But then, I'm so 
/old/ I like Bob Dylan..

-- 
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: To mark the occasion, a short composition

2016-10-24 Thread Ron Savage
Hmmm. Bit hard to argue with that. But then, I'm so I like Bob Dylan..

-- 
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: To mark the occasion, a short composition

2016-10-24 Thread Jeffrey Kegler
I dunno, Ron, I klnda liked it. And if song lyrics can win the Nobel for
Literature, why not DSL's?

On Mon, Oct 24, 2016 at 2:48 PM, Ron Savage  wrote:

> Poetry it might be, but beautiful it ain't!
>
> --
> 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: To mark the occasion, a short composition

2016-10-24 Thread Ron Savage
Poetry it might be, but beautiful it ain't!

-- 
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: To mark the occasion, a short composition

2016-10-24 Thread Jeffrey Kegler
Thanks!

On Mon, Oct 24, 2016 at 4:55 AM, Paul Bennett 
wrote:

> :discard ~ 
> whitespace ~ [\p{Separator}]+
> S ::= H B J
> H ::= 'Very' H
> | 'Happy'
> B ::= 'Birthday,'
> J ::= 'Illustrious Idiosyncrat'
> | 'Jeffrey'
>
> --
> P/PW/PWBENNETT
>
> --
> 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.


To mark the occasion, a short composition

2016-10-24 Thread Paul Bennett
:discard ~ 
whitespace ~ [\p{Separator}]+
S ::= H B J
H ::= 'Very' H
| 'Happy'
B ::= 'Birthday,'
J ::= 'Illustrious Idiosyncrat'
| 'Jeffrey'

--
P/PW/PWBENNETT

-- 
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.