XYACC(1) | IRAF commands | XYACC(1) |
xyacc - SPP modified yacc compiler compiler [IRAF]
xyacc [options] file
This is a version of yacc that has been modified to produce SPP language parsers. For the most part, it should follow the operation of standard yacc, with the differences noted below. See the man page for yacc for options.
YYMAXDEPTH Depth of the parser stacks; determines
the maximum complexity of a language
construct which can be parsed. A
typical value is 150. YYOPLEN The length, in struct units, of a token
operand value structure. You define the
operand structure to be whatever you wish;
all the parser needs to know is how big an
element is. The lexical analyzer and the
actions, both of which are supplied by the
user, use the operand structure for
communications. Operand structures are
always referred to by a Mem pointer.
This manual page was written by Zed Pobre <zed@debian.org>, for the Debian GNU/Linux system (but may be used by others). It includes text from the README file for xyacc in the IRAF sources.
Novemver 2017 | IRAF 2.16.1 |