Changeset 22878 for src

Show
Ignore:
Timestamp:
11/04/08 19:15:34 (2 months ago)
Author:
azawawi
Message:

[STD_syntax_highlight] better pod, added an explanation for redspans

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD_syntax_highlight

    r22877 r22878  
    387387 
    388388=item redspans_traverse 
     389 
    389390    Walk the path that no one wanted to travel ;) 
    390391=cut 
     
    496497 
    497498The redspans traversal code was written by Larry Wall (TimToady). 
     499redspans stands for "...'red' for "reductions", and 'spans' from the  
     500from/to span calculations" 
    498501 
    499502The browser code was written by Ahmad M. Zawawi (azawawi)