Changeset 6175 for lib

Show
Ignore:
Timestamp:
08/10/05 21:45:19 (3 years ago)
Author:
geoffb
Message:

Update source map to 2005-08-10; reorder a couple lines that don't match tree output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r6100 r6175  
    106106    |   |-- Net-IRC            IRC protocol implementation 
    107107    |   |-- Perl-Compiler      A Perl 6 port of Pugs 
     108    |   |-- Perl6-Container-Array  Perl 6 implementation of Perl 6 lazy arrays 
     109    |   |-- Perl6-Value-List   Perl 6 implementation of Perl 6 lazy lists 
    108110    |   |-- Perldoc            Event-based API for Perldoc DOM 
    109111    |   |-- Pod-Event-Parser   Event-based API (like XML SAX) for POD 
     
    145147    |   |-- PIL2JS             PIL to JavaScript compiler 
    146148    |   |-- Perl6-MetaModel    Prototype Perl 6 metaclass model: Perl 5 
     149    |   |-- Perl6-Value-List   Perl 6 lazy lists 
    147150    |   |-- Perl6.MetaModel    Prototype Perl 6 metaclass model: JS 
    148151    |   |-- T2-Perl6           T2 (Tangram::Schema redesign) -> Perl6::Class  
     
    154157    |   |-- Data               Syck-based YAML parser 
    155158    |   |-- Emit               Parrot PIR backend 
    156     |   |-- IMC                Parrot IMC backend 
     159    |   |-- PIL                PIL2 implementation 
    157160    |   |-- Pugs               Core Pugs engine 
    158161    |   |-- RRegex             PCRE-based regular expressions support 
     
    165168    |-- t                  Pugs/Perl 6 test library 
    166169    |   |-- 01-sanity          Sanity checks that testing can proceed 
     170    |   |-- Synopsis           Pointers to online AES docs and tests 
     171    |   |-- Test-Less          Test index for test-less utility 
    167172    |   |-- builtins           Builtin function tests 
    168173    |   |-- data_types         Basic data type tests 
     
    182187    |   |-- syntax             Basic syntax tests 
    183188    |   |-- unspecced          Tests for Pugs extensions to Perl 6 
    184     |   |-- var                Variable declaration tests 
    185     |   |-- Synopsis           Pointers to online AES docs and tests 
    186     |   `-- Test-Less          Test index for test-less utility 
     189    |   `-- var                Variable declaration tests 
    187190    | 
    188191    |-- t_disabled         Disabled tests