Changeset 1007 for README

Show
Ignore:
Timestamp:
03/22/05 16:07:14 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
2379
Message:

* Pugs now compiles to PIR.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • README

    r915 r1007  
    1 This is Pugs, a Perl6 implementation. 
    2 ===================================== 
     1This is Pugs, a Perl 6 implementation. 
     2====================================== 
    33 
    44Pugs is Copyright 2005 by Autrijus Tang.  All Rights Reserved. 
    55 
    6 The "PCRE" subsystem is derived from PCRE 5.0 by Philip Hazel, under a 
    7 BSD-style license.  See src/pcre/LICENCE. 
     6The "PCRE" subsystem is derived from PCRE 5.0 by Philip Hazel, 
     7under a BSD-style license.  See src/pcre/LICENCE. 
    88 
    9 The "Rule" subsystem is derived from Parsec 2.0 by Daan Leijen, under a 
    10 BSD-style license.  See src/Rule/LICENSE. 
     9The "Rule" subsystem is derived from Parsec 2.0 by Daan Leijen, 
     10under a BSD-style license.  See src/Rule/LICENSE. 
    1111 
    12 The "RRegex" subsystem is derived from hsregex 0.2 by John Meacham, under a 
    13 BSD-style license.  See src/RRegex/LICENSE. 
     12The "RRegex" subsystem is derived from hsregex 0.2 by John Meacham, 
     13under a BSD-style license.  See src/RRegex/LICENSE. 
     14 
     15The "UTF8" subsystem is derived from Sven Moritz Hallberg's work, 
     16under a BSD-style license.  See src/UTF8.lhs. 
    1417 
    1518The "Unicode" subsystem is derived from Dimitry Golubovsky's work, 
     
    6770    http://pugscode.org/ 
    6871 
    69 For Perl6 related information, please see: 
     72For Perl 6 related information, please see: 
    7073 
    7174    http://dev.perl.org/perl6/