annotate vendor/gems/coderay-0.9.7/FOLDERS @ 855:7294e8db2515 bug_162

Close obsolete branch bug_162
author Chris Cannam
date Thu, 14 Jul 2011 11:59:19 +0100
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>.