Language $L$ is specyfied by grammar : $(\{S,A,B\},\{c,d\},S,\{S \rightarrow SA, A \rightarrow Bc | \epsilon, B \rightarrow d\})$.
My task is to construct LR(1) parsing table for language $L^R$ (with, as far as I understand, is a reverse of language L). I know very well how to construct LR(1) parsing table, what I request for is that somebody explain to me how to deal with $L^R$ in this case.