- Timestamp:
- 07/09/06 06:36:43 (2 years ago)
- svk:copy_cache_prev:
- 15282
- Files:
-
- 1 modified
-
lib/Pugs/Doc/Hack.pod (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lib/Pugs/Doc/Hack.pod
r11336 r11341 54 54 |-- src Source code for Pugs itself 55 55 |-- t Perl 6 general test suite, for all implementations 56 |-- third-party Third party dependencies of Pugs, bundled for convenience 56 57 `-- util Utilities for hacking and testing Pugs 57 58 … … 82 83 |-- docs Documentation relating to Pugs/Perl 6/Haskell 83 84 | |-- AES Drafts of Perl6::Bible chapters 84 | |-- class Object system sketches (XXXX: out of date?) 85 | |-- Perl6 86 | |-- articles 87 | |-- feather 85 88 | |-- notes Misc design notes and musings 86 89 | |-- other Misc tips to day-to-day development 87 90 | |-- quickref Perl 6 quick reference pages 88 91 | |-- src Junction implementation sketch (XXXX: ood?) 92 | |-- summaries 89 93 | |-- talks Slides for Pugs and Perl 6 talks 90 94 | |-- zh-cn Simplified Chinese doc translations … … 95 99 | |-- algorithms Basic algorithms 96 100 | |-- cgi CGI scripts and applications 101 | |-- concurrency 97 102 | |-- continuation Fun with continuations 98 103 | |-- cookbook Perl 6 idiomatic Perl Cookbook … … 100 105 | |-- games Playable games 101 106 | |-- golf Minimal (key)stroke puzzle solutions 107 | |-- graphics 102 108 | |-- hashes Use of Perl 6 hashes 109 | |-- hop6 103 110 | |-- japh JAPHs using various idioms 104 111 | |-- junctions Fun with junctions … … 110 117 | |-- p6explain Incomplete tool which explains Perl 6 constructs 111 118 | |-- perl5 Programs that use Perl 5 modules 119 | |-- piln 112 120 | |-- poetry Perl 6 poetry 113 121 | |-- ppt Perl 6 Power Tools, ports of *nix userland 114 122 | |-- qotw Perl 6 solutions to plover's Quiz Of The Week 123 | |-- rpn 124 | |-- rules 115 125 | |-- slurpy-list-parms Use of Perl 6 slurpy lists (XXXX: -> t/?) 116 126 | |-- tutorial_gen Tutorial generator (XXXX: huh?) … … 121 131 | |-- Benchmark Benchmark runtime of Perl 6 code 122 132 | |-- CGI CGI author's helper module 133 | |-- Cipher Perl 6 Cipher API 123 134 | |-- Config-Tiny Pre-Pugs-OO .ini file reader 124 135 | |-- DateTime Port of Perl 5 DateTime, with API changes … … 128 139 | |-- File-Spec Portable File handling 129 140 | |-- FindBin Find directory of Perl script 141 | |-- Getopt-Long 142 | |-- Getopt-Process 143 | |-- Getopt-Std Simple commandline processing for Perl 6 130 144 | |-- HTML-Entities Encode/decode HTML entities 131 145 | |-- HTTP-Server-Simple Base class for simple CGI-capable HTTP servers 132 146 | |-- 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 133 149 | |-- MIME-Base64 Base64 encode/decode (not a Perl 5 port) 134 150 | |-- Module-Pluggable-Fast Find and load plugin modules 135 151 | |-- Net-IRC IRC protocol implementation 152 | |-- Parse-Rule Perl 6 port of the Parrot Grammar Engine 136 153 | |-- Perl-Compiler A Perl 6 port of Pugs 137 154 | |-- Perl6-Container-Array Perl 6 implementation of Perl 6 lazy arrays 155 | |-- Perl6-Grammar Perl 6 Grammar 138 156 | |-- Perl6-Value-List Perl 6 implementation of Perl 6 lazy lists 139 157 | |-- Perldoc Event-based API for Perldoc DOM 140 158 | |-- Pod-Event-Parser Event-based API (like XML SAX) for POD 141 159 | |-- Recurrence Recurrence operations 142 | |-- Rosetta -IncubatorRigorous Database Portability160 | |-- Rosetta Rigorous Database Portability 143 161 | |-- Set Set calculus operations 144 162 | |-- Set-Infinite Infinite set operations 163 | |-- Set-Relation Relation data type for Perl 145 164 | |-- Span Span operations 146 165 | |-- Test Testing support library … … 162 181 | |-- Inline Inline::Pugs 163 182 | |-- Perl6 Perl6::MakeMaker, Perl6::Pugs 164 | `-- pugs POD docs for Pugs itself183 | `-- Pugs POD docs for Pugs itself 165 184 | 166 185 |-- misc Other modules, not directly used by Pugs … … 171 190 | |-- Date Date/calendar calculations 172 191 | |-- Grammars Perl 6 grammar written as Perl 6 rules 192 | |-- IDE-support 173 193 | |-- 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 175 196 | |-- Perl-MetaModel Prototype Perl 6 metaclass model: Perl 5, 176 197 | | version 1.0 177 | |-- POE Beginning of an experimental port of Perl 5 POE198 | |-- Sample-Module 178 199 | |-- 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 180 205 | 181 206 |-- 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 182 210 | |-- Perl6-Container Perl 6 containers implemented using the Perl 5 183 211 | | metamodel 184 212 | |-- Perl6-MetaModel Prototype Perl 6 metaclass model: Perl 5, 185 213 | | version 2.0 214 | |-- Perl6-ObjectSpace 186 215 | |-- Perl6-Value Perl 6 values implemented using the Perl 5 187 216 | | 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 190 223 | 191 224 |-- script pugscc, the Pugs Compiler Collection … … 193 226 |-- src Haskell source for pugs itself 194 227 | |-- Data Syck-based YAML parser 228 | |-- DrIFT 195 229 | |-- Emit Parrot PIR backend 196 230 | |-- PIL PIL2 implementation 197 231 | |-- Pugs Core Pugs engine 198 232 | |-- RRegex PCRE-based regular expressions support 233 | |-- System 234 | |-- Text 199 235 | |-- pcre Import of PCRE source 200 236 | |-- perl5 Perl 5 bidirectional call support … … 231 267 | `-- xx-uncategorized Uncategorized tests for known broken behavior 232 268 | 269 |-- third-party Third party dependencies of Pugs, bundled for convenience 270 | |-- HsJudy 271 | |-- HsSyck 272 | |-- TextRegexLazy 273 | |-- fps 274 | `-- judy 275 | 233 276 `-- 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 235 280 236 281 =head2 Subversion properties
