CS143编译原理预测分析中的LL(1) parsing table是如何构建的?
https://docs.feishu.cn/v/wiki/AbuHwUnb6ixRBAkvYBcc8qocnIc/af总结 ; top-down. Recursive Descent Parsing. 递归下降分析 ; Predictive Parsing. 用了LL(1) Parsing Table。 ; bottom-up. shift-reduce parsing. 核心是用LR(0) items 找 ...