Changeset 11341 for lib

Show
Ignore:
Timestamp:
07/09/06 06:36:43 (3 years ago)
Author:
Darren_Duncan
svk:copy_cache_prev:
15282
Message:

updated lib/Pugs/Doc/Hack.pod to bring the 'Source tree map' section up to date

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lib/Pugs/Doc/Hack.pod

    r11336 r11341  
    5454    |-- src          Source code for Pugs itself 
    5555    |-- t            Perl 6 general test suite, for all implementations 
     56    |-- third-party  Third party dependencies of Pugs, bundled for convenience 
    5657    `-- util         Utilities for hacking and testing Pugs 
    5758 
     
    8283    |-- docs               Documentation relating to Pugs/Perl 6/Haskell 
    8384    |   |-- AES                Drafts of Perl6::Bible chapters 
    84     |   |-- class              Object system sketches (XXXX: out of date?) 
     85    |   |-- Perl6 
     86    |   |-- articles 
     87    |   |-- feather 
    8588    |   |-- notes              Misc design notes and musings 
    8689    |   |-- other              Misc tips to day-to-day development 
    8790    |   |-- quickref           Perl 6 quick reference pages 
    8891    |   |-- src                Junction implementation sketch (XXXX: ood?) 
     92    |   |-- summaries 
    8993    |   |-- talks              Slides for Pugs and Perl 6 talks 
    9094    |   |-- zh-cn              Simplified Chinese doc translations 
     
    9599    |   |-- algorithms         Basic algorithms 
    96100    |   |-- cgi                CGI scripts and applications 
     101    |   |-- concurrency 
    97102    |   |-- continuation       Fun with continuations 
    98103    |   |-- cookbook           Perl 6 idiomatic Perl Cookbook 
     
    100105    |   |-- games              Playable games 
    101106    |   |-- golf               Minimal (key)stroke puzzle solutions 
     107    |   |-- graphics 
    102108    |   |-- hashes             Use of Perl 6 hashes 
     109    |   |-- hop6 
    103110    |   |-- japh               JAPHs using various idioms 
    104111    |   |-- junctions          Fun with junctions 
     
    110117    |   |-- p6explain          Incomplete tool which explains Perl 6 constructs 
    111118    |   |-- perl5              Programs that use Perl 5 modules 
     119    |   |-- piln 
    112120    |   |-- poetry             Perl 6 poetry 
    113121    |   |-- ppt                Perl 6 Power Tools, ports of *nix userland 
    114122    |   |-- qotw               Perl 6 solutions to plover's Quiz Of The Week 
     123    |   |-- rpn 
     124    |   |-- rules 
    115125    |   |-- slurpy-list-parms  Use of Perl 6 slurpy lists (XXXX: -> t/?) 
    116126    |   |-- tutorial_gen       Tutorial generator (XXXX: huh?) 
     
    121131    |   |-- Benchmark          Benchmark runtime of Perl 6 code 
    122132    |   |-- CGI                CGI author's helper module 
     133    |   |-- Cipher             Perl 6 Cipher API 
    123134    |   |-- Config-Tiny        Pre-Pugs-OO .ini file reader 
    124135    |   |-- DateTime           Port of Perl 5 DateTime, with API changes 
     
    128139    |   |-- File-Spec          Portable File handling 
    129140    |   |-- FindBin            Find directory of Perl script 
     141    |   |-- Getopt-Long 
     142    |   |-- Getopt-Process 
     143    |   |-- Getopt-Std         Simple commandline processing for Perl 6 
    130144    |   |-- HTML-Entities      Encode/decode HTML entities 
    131145    |   |-- HTTP-Server-Simple Base class for simple CGI-capable HTTP servers 
    132146    |   |-- Kwid-Event-Parser  Event-based API (like XML SAX) for Kwid 
     147    |   |-- Locale-KeyedText   Refer to user messages in programs by keys 
     148    |   |-- Log-Selective      Selectively choose what to log 
    133149    |   |-- MIME-Base64        Base64 encode/decode (not a Perl 5 port) 
    134150    |   |-- Module-Pluggable-Fast  Find and load plugin modules 
    135151    |   |-- Net-IRC            IRC protocol implementation 
     152    |   |-- Parse-Rule         Perl 6 port of the Parrot Grammar Engine 
    136153    |   |-- Perl-Compiler      A Perl 6 port of Pugs 
    137154    |   |-- Perl6-Container-Array  Perl 6 implementation of Perl 6 lazy arrays 
     155    |   |-- Perl6-Grammar      Perl 6 Grammar 
    138156    |   |-- Perl6-Value-List   Perl 6 implementation of Perl 6 lazy lists 
    139157    |   |-- Perldoc            Event-based API for Perldoc DOM 
    140158    |   |-- Pod-Event-Parser   Event-based API (like XML SAX) for POD 
    141159    |   |-- Recurrence         Recurrence operations 
    142     |   |-- Rosetta-Incubator  Rigorous Database Portability 
     160    |   |-- Rosetta            Rigorous Database Portability 
    143161    |   |-- Set                Set calculus operations 
    144162    |   |-- Set-Infinite       Infinite set operations 
     163    |   |-- Set-Relation       Relation data type for Perl 
    145164    |   |-- Span               Span operations 
    146165    |   |-- Test               Testing support library 
     
    162181    |   |-- Inline             Inline::Pugs 
    163182    |   |-- Perl6              Perl6::MakeMaker, Perl6::Pugs 
    164     |   `-- pugs               POD docs for Pugs itself 
     183    |   `-- Pugs               POD docs for Pugs itself 
    165184    | 
    166185    |-- misc               Other modules, not directly used by Pugs 
     
    171190    |   |-- Date               Date/calendar calculations 
    172191    |   |-- Grammars           Perl 6 grammar written as Perl 6 rules 
     192    |   |-- IDE-support 
    173193    |   |-- JavaScript-FrontEnd  JavaScript Frontend 
    174     |   |-- org.perl6.metamodel  Prototype Perl 6 metaclass model: Java 
     194    |   |-- POE                Beginning of an experimental port of Perl 5 POE 
     195    |   |-- Parser-Mini 
    175196    |   |-- Perl-MetaModel     Prototype Perl 6 metaclass model: Perl 5, 
    176197    |   |                      version 1.0 
    177     |   |-- POE                Beginning of an experimental port of Perl 5 POE 
     198    |   |-- Sample-Module 
    178199    |   |-- T2-Perl6           T2 (Tangram::Schema redesign) -> Perl6::Class 
    179     |   |-- XML-Sax            Simple API for XML 
     200    |   |-- XML-SAX            Simple API for XML 
     201    |   |-- org.perl6.metamodel  Prototype Perl 6 metaclass model: Java 
     202    |   |-- pX 
     203    |   |-- pilrun2-leftovers 
     204    |   `-- sixpan 
    180205    | 
    181206    |-- perl5              Internal Perl 5 modules for Pugs (compiler backends) 
     207    |   |-- Data-Bind 
     208    |   |-- PIL-Run            PIL virtual machine in Perl 5 
     209    |   |-- PIL2JS             PIL to JavaScript compiler 
    182210    |   |-- Perl6-Container    Perl 6 containers implemented using the Perl 5 
    183211    |   |                      metamodel 
    184212    |   |-- Perl6-MetaModel    Prototype Perl 6 metaclass model: Perl 5, 
    185213    |   |                      version 2.0 
     214    |   |-- Perl6-ObjectSpace 
    186215    |   |-- Perl6-Value        Perl 6 values implemented using the Perl 5 
    187216    |   |                      metamodel 
    188     |   |-- PIL-Run            PIL virtual machine in Perl 5 
    189     |   `-- PIL2JS             PIL to JavaScript compiler 
     217    |   |-- Pugs-Compiler-Perl6 
     218    |   |-- Pugs-Compiler-Rule 
     219    |   |-- Pugs-Grammar-MiniPerl6 
     220    |   |-- Sub-Multi 
     221    |   |-- re-override 
     222    |   `-- re-override-PCRE 
    190223    | 
    191224    |-- script             pugscc, the Pugs Compiler Collection 
     
    193226    |-- src                Haskell source for pugs itself 
    194227    |   |-- Data               Syck-based YAML parser 
     228    |   |-- DrIFT 
    195229    |   |-- Emit               Parrot PIR backend 
    196230    |   |-- PIL                PIL2 implementation 
    197231    |   |-- Pugs               Core Pugs engine 
    198232    |   |-- RRegex             PCRE-based regular expressions support 
     233    |   |-- System 
     234    |   |-- Text 
    199235    |   |-- pcre               Import of PCRE source 
    200236    |   |-- perl5              Perl 5 bidirectional call support 
     
    231267    |   `-- xx-uncategorized   Uncategorized tests for known broken behavior 
    232268    | 
     269    |-- third-party        Third party dependencies of Pugs, bundled for convenience 
     270    |   |-- HsJudy 
     271    |   |-- HsSyck 
     272    |   |-- TextRegexLazy 
     273    |   |-- fps 
     274    |   `-- judy 
     275    | 
    233276    `-- util               Utilities for hacking and testing Pugs 
    234         `-- livecd             Tool to create a minimalistic Pugs Live CD 
     277        |-- catalog_tmpl 
     278        |-- livecd             Tool to create a minimalistic Pugs Live CD 
     279        `-- smokeserv 
    235280 
    236281=head2 Subversion properties