LL-1-Parsing-Table
LL-1-Parsing-Table copied to clipboard
Segmentation Fault
After compiling the code and running it gets segmentation fault error after printing First and Follow. If you have any solution for it do let me know.

@Vishu8 , you may like to check out my implementation of the code here It's pretty similar, perhaps you'll find it useful :D
@RohitashwaChaks Its working thanks, but I wanted the YACC implementation as I have already implemented it in C language.