File: README

package info (click to toggle)
regina 3.3-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,952 kB
  • ctags: 7,235
  • sloc: ansic: 50,555; sh: 2,727; lex: 2,298; yacc: 1,498; makefile: 1,017; cpp: 117
file content (17 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

The tests also use "true", and "std", so compile this the same way as rc.c

-anders, Mark, Florian