0
votes
1answer
166 views

Need help regarding one LALR(1) parsing

I am trying to parse a context-free language, called Context Free Art. I have created its parser in Javascript using a YACC-like JS LALR(1) parser generator JSCC. Take the example of following CFA ...