A-A+

Yacc(Yet another compiler-compiler)是()分析器的自动生成

2022-08-12 07:07:13 问答库 阅读 194 次

问题详情

Yacc(Yet another compiler-compiler)是()分析器的自动生成器。
A、LALR(1)
B、SLR(1)
C、LL(1)
D、LR(1)

参考答案

参考答案:A

考点:分析器