File: README

package info (click to toggle)
regina 2.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,332 kB
  • ctags: 4,775
  • sloc: ansic: 38,518; sh: 2,552; lex: 1,878; yacc: 1,028; makefile: 771
file content (15 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This directory contains some REXX code that is meant to make a 
REXX interpreter trip in obscure (and not-so-obscure) features.

All the files having filetype '.rexx' are files checking for possible
problems. The 'testing' program is just a small rexx script to run all
the tests in sequence. 

Note that some of the tests use the program 'rc', which is a small C
program that just exits with a returncode equal to its first
parameter. You'll have to compile, using something like (it's a very
small and nice program, and it should really not create any problems):

    cc -o rc rc.c

-anders