Grammars

2015-04-19 Thread mt1957
L.s., I found a small problem when writing a piece of grammar. A simplified part of it is shown here; ... token tag-body { ~ } token body-start { '[' } token body-end { ']' } token body-text { .*? } ... I needed to do something on body-end so I wrote a method for it using an actions c

Re: Books on Perl 6

2015-04-19 Thread Elizabeth Mattijsen
> On 19 Apr 2015, at 19:16, Parrot Raiser <1parr...@gmail.com> wrote: > > Apress have some books about Perl 6, > http://www.apress.com/catalogsearch/result/?q=perl+6&submit=Go but > their dates of publishing, (c 2006) make me suspect that they are > probably outdated to the point of being misleadi

Books on Perl 6

2015-04-19 Thread Parrot Raiser
Apress have some books about Perl 6, http://www.apress.com/catalogsearch/result/?q=perl+6&submit=Go but their dates of publishing, (c 2006) make me suspect that they are probably outdated to the point of being misleading. Is anyone sufficiently familiar with bot Perl 6 and the books to comment?