Closed km1chno closed 2 weeks ago
Implement the constructor for our parser in LLOneParser.kt
LLOneParser.kt
fun <State, Symbol : Enum<Symbol>> fromAnalyzedGrammar( analyzedGrammar: AnalyzedGrammar<State, Symbol> ): LLOneParser<Symbol> { TODO("Not yet implemented") }
We decided that in case of conflicts, we throw an error Sorry, this is not a LL(1) grammar:c
Sorry, this is not a LL(1) grammar:c
Implement the constructor for our parser in
LLOneParser.kt
We decided that in case of conflicts, we throw an error
Sorry, this is not a LL(1) grammar:c