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.
こちらが作品です。
A-> Aa| b|c;
今やろう
A->bA' A'-> aA' | e (empty transition) A->c
それは正しい答えでしょうか?つまり、「b」または「c」のいずれかを使用できますか?
最初に「b」または「c」が必要なので、次のようになります。
A -> bA' | cA' A'-> aA' | e