Changeset 8123
- Timestamp:
- 12/09/05 03:28:07 (3 years ago)
- Files:
-
- 33 modified
-
META.yml (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
Pugs.cabal.in (modified) (2 diffs)
-
README (modified) (2 diffs)
-
VICTUALS (modified) (1 diff)
-
debian/copyright (modified) (1 diff)
-
docs/01Overview.html (modified) (1 diff)
-
docs/AES/S17draft.pod (modified) (1 diff)
-
docs/AES/S22draft.pod (modified) (1 diff)
-
docs/AES/S28draft.pod (modified) (1 diff)
-
docs/articles/tpr.pod (modified) (1 diff)
-
docs/talks/Anatomie_eines_Compilers_am_Beispiel_von_Pugs.latex (modified) (1 diff)
-
docs/talks/Apocalypse_Now.spork (modified) (1 diff)
-
docs/talks/Perl6_genau_jetzt.latex (modified) (1 diff)
-
docs/talks/README (modified) (3 diffs)
-
docs/talks/cufp2005.txt (modified) (1 diff)
-
docs/talks/hw2005.tex (modified) (2 diffs)
-
docs/talks/oscon-apocalypse.spork (modified) (3 diffs)
-
docs/zh-cn/01Overview.html (modified) (2 diffs)
-
docs/zh-tw/01Overview.html (modified) (2 diffs)
-
examples/cgi/memory_game/README (modified) (1 diff)
-
examples/cgi/memory_game/cgi-bin/index.cgi (modified) (1 diff)
-
examples/games/hangman.p6 (modified) (1 diff)
-
examples/games/tic_tac_toe.p6 (modified) (1 diff)
-
ext/CGI/lib/CGI.pm (modified) (1 diff)
-
ext/Rosetta-Incubator/README (modified) (1 diff)
-
ext/Test/Makefile.PL (modified) (1 diff)
-
ext/Test/lib/Test.pm (modified) (2 diffs)
-
lib/Inline/Pugs.pm (modified) (1 diff)
-
lib/Perl6/Pugs.pm (modified) (1 diff)
-
script/pugscc (modified) (1 diff)
-
src/Pugs/Version.hs (modified) (1 diff)
-
util/make-test-p6-compile.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
META.yml
r7514 r8123 2 2 version: 6.2.10 3 3 abstract: A Perl 6 Implementation 4 author: Au trijusTang <autrijus@autrijus.org>4 author: Audrey Tang <autrijus@autrijus.org> 5 5 license: perl 6 6 distribution_type: module -
Makefile.PL
r8104 r8123 30 30 version_from ('lib/Perl6/Pugs.pm'); 31 31 abstract_from ('lib/Perl6/Pugs.pm'); 32 author ('Au trijusTang <autrijus@autrijus.org>');32 author ('Audrey Tang <autrijus@autrijus.org>'); 33 33 license ('perl'); 34 34 install_script ($pugs); -
Pugs.cabal.in
r8121 r8123 3 3 license: GPL 4 4 license-file: LICENSE 5 copyright: 2005, Au trijusTang6 maintainer: Au trijusTang <autrijus@autrijus.org>5 copyright: 2005, Audrey Tang 6 maintainer: Audrey Tang <autrijus@autrijus.org> 7 7 build-depends: QuickCheck -any, base -any, mtl -any, stm -any, haskell98 -any, network -any, template-haskell -any__DEPENDS__ 8 8 stability: experimental … … 10 10 synopsis: A Perl 6 Implementation 11 11 description: A Perl 6 Implementation 12 author: Au trijusTang <autrijus@autrijus.org>12 author: Audrey Tang <autrijus@autrijus.org> 13 13 tested-with: GHC -any 14 14 exposed-modules: Pugs Pugs.AST Pugs.AST.Internals Pugs.AST.Pad Pugs.AST.Pos Pugs.AST.Prag Pugs.AST.SIO Pugs.AST.Scope Pugs.Bind Pugs.CodeGen Pugs.CodeGen.Binary Pugs.CodeGen.JSON Pugs.CodeGen.PIL1 Pugs.CodeGen.PIL2 Pugs.CodeGen.PIR Pugs.CodeGen.PIR.Prelude Pugs.CodeGen.Perl5 Pugs.Compat Pugs.Compile Pugs.Compile.PIL2 Pugs.Compile.Haskell Pugs.Compile.Pugs Pugs.Config Pugs.Cont Pugs.DeepSeq Pugs.Embed Pugs.Embed.Haskell Pugs.Embed.Parrot Pugs.Embed.Perl5 Pugs.Embed.Pugs Pugs.Eval Pugs.Eval.Var Pugs.External Pugs.External.Haskell Pugs.Help Pugs.Internals Pugs.Junc Pugs.Lexer Pugs.Monads Pugs.PIL1 Pugs.PIL2 Pugs.Parser Pugs.Parser.Number Pugs.Parser.Program Pugs.Parser.Types Pugs.Parser.Unsafe Pugs.Pretty Pugs.Prim Pugs.Prim.Code Pugs.Prim.Eval Pugs.Prim.FileTest Pugs.Prim.Keyed Pugs.Prim.Lifts Pugs.Prim.List Pugs.Prim.Match Pugs.Prim.Numeric Pugs.Prim.Param Pugs.Prim.Yaml Pugs.Rule Pugs.Rule.Char Pugs.Rule.Combinator Pugs.Rule.Error Pugs.Rule.Expr Pugs.Rule.Language Pugs.Rule.Pos Pugs.Rule.Prim Pugs.Rule.Token Pugs.Run Pugs.Run.Args Pugs.Run.Perl5 Pugs.Shell Pugs.Types Pugs.Version Emit.Common Emit.PIR -
README
r7166 r8123 12 12 ===================================================================== 13 13 14 Pugs is Copyright 2005 by Au trijusTang. All Rights Reserved.14 Pugs is Copyright 2005 by Audrey Tang. All Rights Reserved. 15 15 16 16 The "PGE" subsystem is derived from PGE by Patrick Michaud, … … 87 87 88 88 Enjoy, 89 /Autrijus/ 89 A. 90 90 91 91 P.S. "Perl" stands for "Polymorphic Existential Recursive Lambdas", too! -
VICTUALS
r7863 r8123 23 23 http://www.nntp.perl.org/group/perl.perl6.language/19473 24 24 25 Diet Coke (preferably caffeine-free) Au trijusTang25 Diet Coke (preferably caffeine-free) Audrey Tang 26 26 http://www.perlmonks.org/index.pl?node_id=434659 27 27 -
debian/copyright
r7798 r8123 4 4 It was downloaded from http://pugscode.org/ 5 5 6 Copyright Holder: Copyright 2005, Au trijusTang.6 Copyright Holder: Copyright 2005, Audrey Tang. 7 7 8 8 License: -
docs/01Overview.html
r7308 r8123 5 5 <meta content="text/html; charset=UTF-8" http-equiv="content-type"> 6 6 <title>Pugs Apocryphon 1</title> 7 <meta content="Au trijusTang" name="author">7 <meta content="Audrey Tang" name="author"> 8 8 </head> 9 9 <body> -
docs/AES/S17draft.pod
r7940 r8123 8 8 9 9 Elizabeth Mattijsen <liz@dijkmat.nl> 10 Au trijusTang <autrijus@autrijus.org>10 Audrey Tang <autrijus@autrijus.org> 11 11 12 12 =head1 VERSION -
docs/AES/S22draft.pod
r8099 r8123 8 8 9 9 Jos Boumans <kane@cpan.org> 10 Au trijusTang <autrijus@autrijus.org>10 Audrey Tang <autrijus@autrijus.org> 11 11 Florian Ragwitz <rafl@debian.org> 12 12 -
docs/AES/S28draft.pod
r8017 r8123 515 515 Subject: S28ish [was: [Pugs] A couple of string interpolation edge cases] 516 516 517 On Sat, Mar 26, 2005 at 02:11:29PM +0800, Au trijusTang wrote:517 On Sat, Mar 26, 2005 at 02:11:29PM +0800, Audrey Tang wrote: 518 518 : On Fri, Mar 25, 2005 at 10:03:45PM -0800, Larry Wall wrote: 519 519 : > Hmm, well, if it got that far. Given strict being on by default, -
docs/articles/tpr.pod
r7998 r8123 59 59 \/__/ \/___/ \/___/\ \/____/ 60 60 /\____/ Version: 6.2.10 61 \/___/ Copyright 2005 by Au trijusTang61 \/___/ Copyright 2005 by Audrey Tang 62 62 -------------------------------------------------------------------- 63 63 Web: http://pugscode.org/ Email: perl6-compiler@perl.org -
docs/talks/Anatomie_eines_Compilers_am_Beispiel_von_Pugs.latex
r6060 r8123 65 65 66 66 \begin{itemize} 67 \item Ursprünglich Haskell-Projekt von Au trijusTang "`als Übung"'67 \item Ursprünglich Haskell-Projekt von Audrey Tang "`als Übung"' 68 68 \item Projektbeginn: 1. Februar 2005 69 69 \item Nun 130 Entwickler -
docs/talks/Apocalypse_Now.spork
r6852 r8123 9 9 Apocalypse Now 10 10 11 Au trijusTang11 Audrey Tang 12 12 13 13 /pugscode.org/ -
docs/talks/Perl6_genau_jetzt.latex
r2695 r8123 604 604 605 605 \begin{itemize} 606 \item Ursprünglich Haskell-Projekt von Au trijusTang "`als Übung"'606 \item Ursprünglich Haskell-Projekt von Audrey Tang "`als Übung"' 607 607 \item Projektbeginn: 1. Februar 2005 608 608 \item Nun fast 100 Entwickler -
docs/talks/README
r7900 r8123 4 4 5 5 Apocalypse_Now.spork: "Apocalypse Now" (English): 6 Talk by Au trijusTang for YAPC::NA 20056 Talk by Audrey Tang for YAPC::NA 2005 7 7 HTML version: http://pugscode.org/talks/yapc/slide1.html 8 8 … … 12 12 13 13 hw2005.tex: "Pugs: Bootstrapping Perl 6 with Haskell" (English): 14 Paper by Au trijusTang for Haskell Workshop 2005 (rejected)14 Paper by Audrey Tang for Haskell Workshop 2005 (rejected) 15 15 PDF version: http://perlcabal.org/~autrijus/hw2005.pdf 16 16 … … 24 24 25 25 Perl6_the_Ultimate.spork: "Perl 6 The Ultimate" (Chinese): 26 Talk by Au trijusTang for YAPC::Taipei 200526 Talk by Audrey Tang for YAPC::Taipei 2005 27 27 HTML version: http://autrijus.org/p6tu/start.html 28 28 29 29 cufp2005.txt: "Pugs: Perl 6 For Real" (English): 30 Talk by Au trijusTang for Commercial Users of Functional Programming Workshop 200530 Talk by Audrey Tang for Commercial Users of Functional Programming Workshop 2005 31 31 PDF version: http://no.perlcabal.org/~autrijus/cufp2005.pdf 32 32 -
docs/talks/cufp2005.txt
r7131 r8123 1 1 Pugs 2 2 Perl 6 For Real 3 Au trijusTang3 Audrey Tang 4 4 http://pugscode.org/ 5 5 -
docs/talks/hw2005.tex
r5037 r8123 4 4 % 5 5 % Pugs: Bootstrapping Perl 6 with Haskell 6 % Au trijusTang6 % Audrey Tang 7 7 % Haskell Workshop 2005 8 8 % (Applications, Practice, and Experience) … … 100 100 \title{Pugs} 101 101 \subtitle{Bootstrapping Perl 6 with Haskell} 102 \authorinfo{Au trijusTang}102 \authorinfo{Audrey Tang} 103 103 {OurInternet, Inc.} 104 104 {autrijus@autrijus.org} -
docs/talks/oscon-apocalypse.spork
r6852 r8123 58 58 59 59 +* Thank George! 60 +* Au trijusTang is arguably one of the greater hackers of our time...60 +* Audrey Tang is arguably one of the greater hackers of our time... 61 61 +* But they don't seem to take that into account at the airports... 62 62 +* Autrijus won't be here for at least 3 more years. … … 64 64 ---- 65 65 {image: http://www.fabioifc.com/fabio/FAB_GIFS2/FABIO_double.gif} 66 == I am here as Au trijusTang's Stunt Double!66 == I am here as Audrey Tang's Stunt Double! 67 67 68 68 * Ingy has dubious qualifications... … … 366 366 * I interviewed 9 of the many people who are hacking on Pugs. 367 367 368 +* Au trijusTang -- `autrijus` -- Taipei, Taiwan368 +* Audrey Tang -- `autrijus` -- Taipei, Taiwan 369 369 * Aankhen -- `Aankhen` -- India 370 370 * Gaal Yahas -- `gaal` -- Tel-Aviv, Israel -
docs/zh-cn/01Overview.html
r7976 r8123 5 5 <meta content="text/html; charset=UTF-8" http-equiv="content-type"> 6 6 <title>Pugs 外典之一</title> 7 <meta content="Au trijusTang" name="author">7 <meta content="Audrey Tang" name="author"> 8 8 </head> 9 9 <body style="direction: ltr;"> … … 19 19 <h2>何谓 Pugs?</h2> 20 20 <p>Pugs 始于 2005 年 2 月,是针对 Perl 6 21 语言进行的实现,由负责人 Au trijus Tang(唐宗汉)在开发团队21 语言进行的实现,由负责人 Audrey Tang(唐凤)在开发团队 22 22 (committers)与贡献者(contributors)的襄助下,进行设计及开发。</p> 23 23 <h2>何谓 Perl 6?</h2> -
docs/zh-tw/01Overview.html
r7308 r8123 6 6 <meta content="text/html; charset=UTF-8" http-equiv="content-type"> 7 7 <title>Pugs 外典之一</title> 8 <meta content="Au trijusTang" name="author">8 <meta content="Audrey Tang" name="author"> 9 9 </head> 10 10 <body style="direction: ltr;"> … … 17 17 外典</a>(Pugs Apocrypha)是一系列採問答體例,用以解釋 Pugs 設計及實作的文件。本外典(PA01)乃此一計劃之總要。</p> 18 18 <h2>何謂 Pugs?</h2> 19 <p>Pugs 始自 2005 年 2 月,是針對 Perl 6 語言進行的實作,由負責人 Au trijus Tang(唐宗漢)在開發團隊19 <p>Pugs 始自 2005 年 2 月,是針對 Perl 6 語言進行的實作,由負責人 Audrey Tang(唐鳳)在開發團隊 20 20 (committers)與貢獻者(contributors)的襄助下,進行設計及開發。</p> 21 21 <h2>何謂 Perl 6?</h2> -
examples/cgi/memory_game/README
r2648 r8123 23 23 Card #5 - Andras Barthazi 24 24 Card #6 - Dan Sugalski 25 Card #7 - Au trijusTang25 Card #7 - Audrey Tang 26 26 Card #8 - Damian Conway 27 27 Card #9 - Randal Schwartz -
examples/cgi/memory_game/cgi-bin/index.cgi
r6851 r8123 16 16 #-- 17 17 my @whoswho = ('', 'A funny Perl 6 book cover page', 'A pug', 'Larry Wall', 'Leo Toetsch', 'Andras Barthazi', 18 'Dan Sugalski', 'Au trijusTang', 'Damian Conway', 'Randal Schwartz', 'A camel', 'A parrot', 'A Haskell symbol');18 'Dan Sugalski', 'Audrey Tang', 'Damian Conway', 'Randal Schwartz', 'A camel', 'A parrot', 'A Haskell symbol'); 19 19 #-- 20 20 -
examples/games/hangman.p6
r7792 r8123 156 156 stevan little, E<lt>stevan@iinteractive.comE<gt> 157 157 158 Au trijusTang E<lt>autrijus@autrijus.orgE<gt>158 Audrey Tang E<lt>autrijus@autrijus.orgE<gt> 159 159 160 160 Ingo Blechschmidt -
examples/games/tic_tac_toe.p6
r7558 r8123 71 71 Stevan Little, E<lt>stevan@iinteractive.comE<gt> 72 72 73 Au trijusTang73 Audrey Tang 74 74 75 75 =cut -
ext/CGI/lib/CGI.pm
r8116 r8123 406 406 stevan little, E<lt>stevan@iinteractive.comE<gt> 407 407 408 Au trijusTang, E<lt>autrijus@autrijus.comE<gt>408 Audrey Tang, E<lt>autrijus@autrijus.comE<gt> 409 409 410 410 Curtis "Ovid" Poe -
ext/Rosetta-Incubator/README
r7893 r8123 15 15 most of them are GPL v2+ with an exception. 16 16 17 The Perl 6 version is currently included with Au trijusTang's Pugs project,17 The Perl 6 version is currently included with Audrey Tang's Pugs project, 18 18 and lives in its "/ext/Rosetta-Incubator" sub-directory during the short 19 19 term, and its components may later be split up into other "/ext" -
ext/Test/Makefile.PL
r1108 r8123 6 6 version ('0.01'); 7 7 abstract ('Test Module'); 8 author ('Au trijusTang <autrijus@cpan.org>');8 author ('Audrey Tang <autrijus@cpan.org>'); 9 9 license ('perl'); 10 10 -
ext/Test/lib/Test.pm
r8080 r8123 503 503 = AUTHORS 504 504 505 Au trijusTang <autrijus@autrijus.org>505 Audrey Tang <autrijus@autrijus.org> 506 506 507 507 Benjamin Smith … … 529 529 = COPYRIGHT 530 530 531 Copyright (c) 2005. Au trijusTang. All rights reserved.531 Copyright (c) 2005. Audrey Tang. All rights reserved. 532 532 533 533 This program is free software; you can redistribute it and/or modify it -
lib/Inline/Pugs.pm
r7477 r8123 113 113 =head1 AUTHORS 114 114 115 Au trijusTang C<E<lt>autrijus@autrijus.orgE<gt>>115 Audrey Tang C<E<lt>autrijus@autrijus.orgE<gt>> 116 116 117 117 =head1 COPYRIGHT 118 118 119 Copyright 2005 by Au trijusTang C<E<lt>autrijus@autrijus.orgE<gt>>.119 Copyright 2005 by Audrey Tang C<E<lt>autrijus@autrijus.orgE<gt>>. 120 120 121 121 This code is free software; you can redistribute it and/or modify it under -
lib/Perl6/Pugs.pm
r7606 r8123 89 89 =head1 COPYRIGHT 90 90 91 Copyright 2005 by Au trijusTang C<E<lt>autrijus@autrijus.orgE<gt>>.91 Copyright 2005 by Audrey Tang C<E<lt>autrijus@autrijus.orgE<gt>>. 92 92 93 93 This code is free software; you can redistribute it and/or modify it under -
script/pugscc
r7843 r8123 210 210 =head1 AUTHORS 211 211 212 Au trijusTang E<lt>autrijus@autrijus.orgE<gt>.212 Audrey Tang E<lt>autrijus@autrijus.orgE<gt>. 213 213 214 214 =head1 COPYRIGHT 215 215 216 Copyright 2005 by Au trijusTang E<lt>autrijus@autrijus.orgE<gt>.216 Copyright 2005 by Audrey Tang E<lt>autrijus@autrijus.orgE<gt>. 217 217 218 218 This code is free software; you can redistribute it and/or modify it under -
src/Pugs/Version.hs
r7190 r8123 34 34 version = name ++ ", version " ++ versnum ++ ", " ++ date ++ revision 35 35 copyright :: String 36 copyright = "Copyright 2005 by Au trijusTang"36 copyright = "Copyright 2005 by Audrey Tang" 37 37 revnum :: String 38 38 revnum = show(PUGS_SVN_REVISION :: Integer) -
util/make-test-p6-compile.sh
r8085 r8123 17 17 18 18 # The utility is modified by Darren Duncan 19 # from a one-liner supplied by Au trijusTang on #perl6.19 # from a one-liner supplied by Audrey Tang on #perl6. 20 20 21 21 find blib6/lib -name '*.pm' -exec ./pugs -e "@*INC.unshift('blib6/lib'); say 'require \'{}\';'; require '{}';" ';'
