perm filename SLR1[3,2]1 blob
sn#248454 filedate 1976-11-23 generic text, type C, neo UTF8
COMMENT ā VALID 00002 PAGES
C REC PAGE DESCRIPTION
C00001 00001
C00002 00002 SLR1 generates an SLR1 parser for any SLR1 grammar expressed in BNF form.
C00003 ENDMK
Cā;
SLR1 generates an SLR1 parser for any SLR1 grammar expressed in BNF form.
The output of the program is a parser written in SAIL for the target
language. To implement a translator or interpreter for the language the
luser only has to supply the semantic routines. To use SLR1 do:
r slr1
and the program will guide you by the hand. For further information read
SLR1.DOC[UP,DOC].