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.
我需要知道如何将下一个 BNF 转换为 EBNF,这样可以帮助我更多地了解它们是如何工作的
S-> aI1I2 | epsilon I1-> I1e | b I2-> cd | cS
注意:epsilon 表示空集
Please consider these: