Skip to content

Commit

Permalink
[docs] current status for release announce
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 22, 2009
1 parent dfc24bd commit c10a89c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/announce/2009-10
Expand Up @@ -21,7 +21,14 @@ offered to published it via Onyx Neon Press.
Until then, monthly releases will be published under a Creative Commons license
(noncommercial, attribution, share-alike).

TODO: Status.
Currently there are four chapters under construction, with the intention to
write the more introductory chapters later, when we know what we need to
introduce for the later chapters. So far we have

* Multi dispatch
* Classes and Object
* Regexes
* Grammars

Interested? Check out the git repository at http://github.com/perl6/book, and
join us in irc://freenode.net#perl6book.
5 changes: 5 additions & 0 deletions src/regexes.pod
Expand Up @@ -355,4 +355,9 @@ the matched text, for example when parsing a programming language you might
discard whitespaces and comments. You can achieve that by calling the regex
as C<< <.otherrule> >>.

For example if you use the C<:sigspace> modifier, every continuous piece of
whitespaces is internally replaced by C<< <.ws> >>, which means you can
provide a different idea of what a whitespace is - more on that in
$theGrammarChapter.

# TODO: lookahead, lookbehind, examples

0 comments on commit c10a89c

Please sign in to comment.