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