Given a context-sensitive grammar and a sentence, check whether the grammar can generate that sentence. Built using recursion in Elixir.
Given a context-sensitive grammar and a sentence, check whether the grammar can generate that sentence. Built using recursion in Elixir.