eyacc.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 33 行
1
33 行
.\" SCCSID: @(#)eyacc.1 8.1 9/11/90.\" SCCSID: @(#)eyacc.1 8.1 9/11/90.TH eyacc 1.SH Nameeyacc \- modified yacc allowing much improved error recovery.SH Syntax.B eyacc[\fB\-v\fR] [\|\fIgrammar\fR\|].SH Description.NXR "eyacc compiler".NXR "Pascal compiler" "error recovery".NXA "yacc compiler" "eyacc compiler"The.PN eyacccommandis an old version of .MS yacc 1 ,which produces tables used by the Pascal system and its error recoveryroutines. The.PN eyacccommandfully enumerates test actions in its parser when an error tokenis in the look-ahead set.This prevents the parser from making undesirable reductionswhen an error occurs before the error is detected.The table format is different in.PN eyaccthan it was in the old.PN yacc ,as minor changes had been made for efficiency reasons..SH See Alsoyacc(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?