lexcat75

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
REFERENCES
EXAMPLES
AUTHOR

NAME

lexcat75 - display information about HP75 LEX files

SYNOPSIS

lifutils lexcat75 [-r] INPUTFILE [> Output file ]

lifutils lexcat75 [-r] < input file [> Output file ]

lifutils lexcat75 -?

DESCRIPTION

lexcat75 reads a HP-75 LIF or raw lex file from standard input or the file specified by the command line parameter INPUTFILE and displays the following information on standard output:

-

LEX file id

-

list of keywords with their attributes and parameter types

-

code attributes

OPTIONS

-r

Skip an existing LIF header of the input file. This is mandatory, if the input file is a LIF instead of a raw file.

-?

Print a message giving the program usage to standard error.

REFERENCES

The LEX file format is documented in the HP-75 Description and Entry Points Documentation pp 156

EXAMPLES

If mem.lex is a raw file containing an HP75 lex file, then

cat mem.lex | lifutils lexcat75

will display information about the LEX file mem.lex

AUTHOR

lexcat75 was written by Joachim Siebold, bug400@gmx.de using code from Tony Duell, ard@p850ug1.demon.co.uk and has been placed under the GNU Public License version 2.0