You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FOLDERS 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. = CodeRay - Trunk folder structure
  2. == bench - Benchmarking system
  3. All benchmarking stuff goes here.
  4. Test inputs are stored in files named <code>example.<lang></code>.
  5. Test outputs go to <code>bench/test.<encoder-default-file-extension></code>.
  6. Run <code>bench/bench.rb</code> to get a usage description.
  7. Run <code>rake bench</code> to perform an example benchmark.
  8. == bin - Scripts
  9. Executional files for CodeRay.
  10. == demo - Demos and functional tests
  11. Demonstrational scripts to show of CodeRay's features.
  12. Run them as functional tests with <code>rake test:demos</code>.
  13. == etc - Lots of stuff
  14. Some addidtional files for CodeRay, mainly graphics and Vim scripts.
  15. == gem_server - Gem output folder
  16. For <code>rake gem</code>.
  17. == lib - CodeRay library code
  18. This is the base directory for the CodeRay library.
  19. == rake_helpers - Rake helper libraries
  20. Some files to enhance Rake, including the Autumnal Rdoc template and some scripts.
  21. == test - Tests
  22. Tests for the scanners.
  23. Each language has its own subfolder and sub-suite.
  24. Run with <code>rake test</code>.