Closed michael-kamel closed 5 years ago
Computing the first for the following grammar
S -> A B C D A -> b | ϵ B -> c C -> d D -> e
adds ϵ to the first of S which is incorrect.
Thanks. I've fixed this case.
Computing the first for the following grammar
adds ϵ to the first of S which is incorrect.