|
leanpub.com/perl6 | logs at irclog.perlgeek.de/perl6book/today | announcement at perlgeek.de/blog-en/perl-6/2016-book.html Set by moderator on 1 March 2017. |
|||
|
02:49
ilbot3 joined
|
|||
| moderator | leanpub.com/perl6 | logs at irclog.perlgeek.de/perl6book/today | announcement at perlgeek.de/blog-en/perl-6/2016-book.html | ||
| [ptc] | moritz: another syntax question: in the "Shortcuts for Parsing Matching Pairs" section, the section-matching token is: `token header { '[' ( <-[ \\[ \\] \\n ]>+ ) ']' \\n+ }` | 09:00 | |
| moritz: however, the simplification with the goal matching syntax is: `token header { '[' ~ ']' ( <-[ \\[ \\] \\n ]>+ \\n+ ) }` | |||
| moritz: shouldn't that be: `token header { '[' ~ ']' ( <-[ \\[ \\] \\n ]>+ ) \\n+ }`? (note changed location of the closing grouping parenthesis) | |||
| moritz | [ptc]: yes, good catch! | 09:37 | |
| [ptc] | :-) | 09:45 | |
| sometimes being pedantic is a good thing! | |||
| btw: I really enjoyed the regex/grammars chapter. I learned a lot of stuff I didn't know existed in the language | 09:46 | ||
| and the comment about "meh" error messages made me laugh :-) | 09:47 | ||
| moritz | [ptc]: thanks! | 09:57 | |
|
14:41
FROGGS joined
|
|||
| [ptc] | moritz: I've just proof read the regex/grammar and dirstat manuscript chapters. Have a look to make sure you're happy with all changes | 15:43 | |
| moritz: how far is the unicode stuff? Should I read through it yet? | 15:55 | ||
| moritz | [ptc]: so far I plan to make it a blog post, and hope that samcv writes a proper chapter for me :-) | 18:49 | |
| [ptc]: have you pushed your changes yet? I don't see them in the master branch | 18:54 | ||
| never mind, i'm just too dumb :/ | |||