





NNAAMMEE


     pgen - compile parser specification

SSYYNNOOPPSSIISS


     pgen < parser_specification > /dev/null 2> /dev/null || exit 1
     pgen < parser_specification > || exit 1


DDEESSCCRRIIPPTTIIOONN

     pgen  takes  the given parser_specification, and builds
     the corresponding YACC  file  code.y.   Typically  (see
     parser/Makefile)  code.y is run through yacc, to gener-
     ate 'parse'.  The first synopsis line above is used  if
     no  debugging  information  is  desired.   If debugging
     information is desired, use the second synopsis line.

OOPPTTIIOONNSS

     NONE

SSEEEE AALLSSOO




BBUUGGSS





























