File: FOLDERS

package info (click to toggle)
coderay 1.1.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,368 kB
  • sloc: ruby: 9,987; makefile: 14; sh: 4; python: 1
file content (48 lines) | stat: -rw-r--r-- 1,069 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
= CodeRay - folder structure

== bench - Benchmarking system

All benchmarking stuff goes here.

Test inputs are stored in files named <code>example.<lang></code>.
Test outputs go to <code>bench/test.<encoder-default-file-extension></code>.

Run <code>bench/bench.rb</code> to get a usage description.

Run <code>rake bench</code> to perform an example benchmark.


== bin - Scripts

Executional files for CodeRay.

coderay:: The CodeRay executable.

== demo - Demos and functional tests

Demonstrational scripts to show of CodeRay's features.

Run them as functional tests with <code>rake test:demos</code>.


== etc - Lots of stuff

Some additional files for CodeRay, mainly graphics and Vim scripts.


== lib - CodeRay library code

This is the base directory for the CodeRay library.


== rake_helpers - Rake helper libraries

Some files to enhance Rake, including the Autumnal Rdoc template and some scripts.


== test - Tests

In the subfolder scanners/ are the scanners tests.
Each language has its own subfolder and sub-suite.

Run with <code>rake test</code>.