[svn:perl6-synopsis] r14558 - doc/trunk/design/syn

2008-07-07 Thread larry
Author: larry Date: Mon Jul 7 21:40:33 2008 New Revision: 14558 Modified: doc/trunk/design/syn/S05.pod Log: more clarifications and remember to thank cjfields++ this time :) Modified: doc/trunk/design/syn/S05.pod ==

[svn:perl6-synopsis] r14557 - doc/trunk/design/syn

2008-07-07 Thread larry
Author: larry Date: Mon Jul 7 21:30:08 2008 New Revision: 14557 Modified: doc/trunk/design/syn/S05.pod Log: Clarify the role of whitespace within transliterations Power up transliterations with regexes and closures Formally define the implied alternation as equivalent to longest-token matchin

spaces and transliteration

2008-07-07 Thread Chris Fields
I am working on the transliteration method operator (trans()) for Rakudo and wanted to get some input on how character ranges are to be used. Should spaces be ignored in ranges like 'A .. Z'? Currently the implementation I have ignores those spaces but counts any other spaces as importan

spaces and transliteration

2008-07-07 Thread Chris Fields
I am working on the transliteration method operator (trans()) for Rakudo and wanted to get some input on how character ranges are to be used. Should spaces be ignored in ranges like 'A .. Z'? Currently the implementation I have ignores those spaces but counts any other spaces as importan