Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个练习,其中我有 LR(2) 语法,我想转换为 LR(1) 语法。但我不明白我怎么能做到这一点。我有这个语法(4条规则):
这种语法的问题是她产生了减少/减少冲突(没有人喜欢这样)。所以我需要在 LR(1) 中改变这个语法,但我真的看不到这样做的算法。请帮忙 :)