Mercurial > hg > soundsoftware-site
annotate vendor/gems/coderay-0.9.7/.svn/text-base/FOLDERS.svn-base @ 1176:7d9db6065048 bug_352
Close obsolete branch bug_352
author | Chris Cannam |
---|---|
date | Wed, 01 Feb 2012 16:09:00 +0000 |
parents | 0579821a129a |
children |
rev | line source |
---|---|
Chris@210 | 1 = CodeRay - Trunk folder structure |
Chris@210 | 2 |
Chris@210 | 3 == bench - Benchmarking system |
Chris@210 | 4 |
Chris@210 | 5 All benchmarking stuff goes here. |
Chris@210 | 6 |
Chris@210 | 7 Test inputs are stored in files named <code>example.<lang></code>. |
Chris@210 | 8 Test outputs go to <code>bench/test.<encoder-default-file-extension></code>. |
Chris@210 | 9 |
Chris@210 | 10 Run <code>bench/bench.rb</code> to get a usage description. |
Chris@210 | 11 |
Chris@210 | 12 Run <code>rake bench</code> to perform an example benchmark. |
Chris@210 | 13 |
Chris@210 | 14 |
Chris@210 | 15 == bin - Scripts |
Chris@210 | 16 |
Chris@210 | 17 Executional files for CodeRay. |
Chris@210 | 18 |
Chris@210 | 19 |
Chris@210 | 20 == demo - Demos and functional tests |
Chris@210 | 21 |
Chris@210 | 22 Demonstrational scripts to show of CodeRay's features. |
Chris@210 | 23 |
Chris@210 | 24 Run them as functional tests with <code>rake test:demos</code>. |
Chris@210 | 25 |
Chris@210 | 26 |
Chris@210 | 27 == etc - Lots of stuff |
Chris@210 | 28 |
Chris@210 | 29 Some addidtional files for CodeRay, mainly graphics and Vim scripts. |
Chris@210 | 30 |
Chris@210 | 31 |
Chris@210 | 32 == gem_server - Gem output folder |
Chris@210 | 33 |
Chris@210 | 34 For <code>rake gem</code>. |
Chris@210 | 35 |
Chris@210 | 36 |
Chris@210 | 37 == lib - CodeRay library code |
Chris@210 | 38 |
Chris@210 | 39 This is the base directory for the CodeRay library. |
Chris@210 | 40 |
Chris@210 | 41 |
Chris@210 | 42 == rake_helpers - Rake helper libraries |
Chris@210 | 43 |
Chris@210 | 44 Some files to enhance Rake, including the Autumnal Rdoc template and some scripts. |
Chris@210 | 45 |
Chris@210 | 46 |
Chris@210 | 47 == test - Tests |
Chris@210 | 48 |
Chris@210 | 49 Tests for the scanners. |
Chris@210 | 50 |
Chris@210 | 51 Each language has its own subfolder and sub-suite. |
Chris@210 | 52 |
Chris@210 | 53 Run with <code>rake test</code>. |