Skip to content

Commit e235774

Browse files
committed
Separate categories directories into own table/section
1 parent 8b1be14 commit e235774

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,29 @@ adding a new example.
2525

2626
| Directory | Description |
2727
|--------------------|------------------------------------------|
28+
|categories | All example categories |
29+
|bin | Utility scripts |
30+
|lib | Utility modules |
31+
|doc | Out-of-script documentation |
32+
33+
### Categories
34+
35+
| Directory | Description |
36+
|--------------------|-------------|
2837
|best-of-rosettacode | The best of the rosettacode.org examples |
2938
|99-problems | Based on lisp 99 problems |
3039
|cookbook | Cookbook examples |
3140
|euler | [Answers for Project Euler](http://projecteuler.net) |
3241
|games | Games should go in here :) |
3342
|interpreters | Language or DSL interpreters |
3443
|module-management | Module management |
44+
|other | All other examples |
3545
|parsers | Example grammars |
3646
|perlmonks | Answers to perlmonks.org questions |
3747
|rosalind | Bioinformatics programming problems |
3848
|shootout | [The Computer Language Benchmark Game](http://shootout.alioth.debian.org/) |
3949
|tutorial | Tutorial examples |
4050
|wsg | Answers for Winter Scripting Games |
41-
|bin | utility scripts |
42-
|lib | utility modules |
43-
|doc | out-of-script documentation |
44-
|other | all other |
4551

4652
Since you have a commit-bit (if not then talk to the folks at #perl6 on
4753
irc.freenode.net) feel free to commit your changes to the main repository.

0 commit comments

Comments
 (0)