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
注:イプシロンは空のセットを意味します
Please consider these: