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 AA -> AAAA AAAA -> AAAAAAAA and so on We get A^i -> A^i.A^i , i>=1 and A -> aa