karthikpeddi/SLR-parser-table-in-cpp Star12 Code Issues Pull requests This project deals with an SLR(1) parser simulator using C++. Given the grammar rules it constructs the SLR(1) parsing table. parsercpptableslr UpdatedMay 10, 2021
Syntaxanalysisisanimportantcomponentofacompiler,LRanalysisisadown-topanalysistechniques,andasitswiderangeofapplication,ithasbeenusedformostofthecompiler.Butasaparsingtechnique,SLRisasimpleandeffectiveoneinLRanalysis.Infact,itisveryimportanttoresearchsyntaxanalysisforbeinganecessarysteptobuildacompiler.Inthispaper,the...