Changeset 7448

Show
Ignore:
Timestamp:
10/08/05 21:16:14 (3 years ago)
Author:
iblech
Message:

pugs::hack, perl5/PIL2JS/README: Updates WRT the recent dir moves.

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lib/pugs/hack.pod

    r7350 r7448  
    3939    |-- inc          Perl 5 modules needed for build/test/install 
    4040    |-- lib          Perl 5 modules that are installed with Pugs 
    41     |-- modules      Perl 6 modules not working today; -> FreePAN 
    42     |-- perl5        Perl 5 modules not installed with Pugs 
     41    |-- misc         Other modules, not directly used by Pugs 
     42    |-- perl5        Internal Perl 5 modules for Pugs (compiler backends) 
    4343    |-- script       pugscc, the Pugs Compiler Collection 
    4444    |-- src          Source code for Pugs itself 
     
    154154    |   `-- pugs               POD docs for Pugs itself 
    155155    | 
    156     |-- modules            Perl 6 modules not working today; -> FreePAN 
     156    |-- misc               Other modules, not directly used by Pugs 
     157    |   |-- Blondie            Intermediate language and compiler collection 
     158    |   |                      used to demonstrate a possible approach to 
     159    |   |                      compilation 
    157160    |   |-- Class-Events       Redesign of Perl 5's Class::Publisher 
    158161    |   |-- Date               Date/calendar calculations 
    159162    |   |-- Grammars           Perl 6 grammer written as Perl 6 rules 
     163    |   |-- JavaScript-FrontEnd  JavaScript Frontend 
     164    |   |-- org.perl6.metamodel  Prototype Perl 6 metaclass model: Java 
     165    |   |-- Perl-MetaModel     Prototype Perl 6 metaclass model: Perl 5, 
     166    |   |                      version 1.0 
    160167    |   |-- POE                Beginning of an experimental port of Perl 5 POE 
    161     |   |-- Perl-MetaModel     Sketch of Perl 6 Object Meta Model 
    162     |   `-- Sample-Module      Sample module for Perl 6 authors 
    163     | 
    164     |-- perl5              Perl 5 modules not installed with Pugs 
    165     |   |-- Code-Perl          Helper module for Perl 5 code generation 
    166     |   |-- PIL-Run            PIL virtual machine in Perl 5 
    167     |   |-- PIL2JS             PIL to JavaScript compiler 
     168    |   |-- Rosetta-Incubator  Rigorous Database Portability 
     169    |   |-- T2-Perl6           T2 (Tangram::Schema redesign) -> Perl6::Class  
     170    |   |-- XML-Sax            Simple API for XML 
     171    | 
     172    |-- perl5              Internal Perl 5 modules for Pugs (compiler backends) 
    168173    |   |-- Perl6-Container    Perl 6 containers implemented using the Perl 5 
    169174    |   |                      metamodel 
    170     |   |-- Perl6-MetaModel    Prototype Perl 6 metaclass model: Perl 5 
    171     |   |-- Perl6-MetaModel2.0 Prototype Perl 6 metaclass model: Perl 5, 
     175    |   |-- Perl6-MetaModel    Prototype Perl 6 metaclass model: Perl 5, 
    172176    |   |                      version 2.0 
    173177    |   |-- Perl6-Value        Perl 6 values implemented using the Perl 5 
    174178    |   |                      metamodel 
    175     |   |-- Perl6.MetaModel    Prototype Perl 6 metaclass model: JS 
    176     |   |-- T2-Perl6           T2 (Tangram::Schema redesign) -> Perl6::Class  
    177     |   `-- org.perl6.metamodel  Prototype Perl 6 metaclass model: Java 
     179    |   |-- PIL-Run            PIL virtual machine in Perl 5 
     180    |   `-- PIL2JS             PIL to JavaScript compiler 
    178181    | 
    179182    |-- script             pugscc, the Pugs Compiler Collection 
  • perl5/PIL2JS/README

    r7275 r7448  
    6666  |   |                   Prelude::JS::ControlFlow, etc.) 
    6767  |-- libjs 
    68   |   `-- PIL2JS.js       Part of the JavaScript Prelude, 
    69   |                       written in JavaScript 
     68  |   |-- PIL2JS.js       Part of the JavaScript Prelude, 
     69  |   |                   written in JavaScript 
     70  |   `-- Perl6/          JavaScript Perl 6 Metamodel 
    7071 
    7172=head1 WHAT'S WORKING ALREADY?