LR1 parser construction trouble

Programming, for all ages and all languages.
Post Reply
User avatar
CodePoet2005
Posts: 2
Joined: Sat Dec 28, 2024 1:02 pm
Libera.chat IRC: CodePoet2005
Location: Always @ Home
GitHub: https://codeberg.org/CodePoet2005

LR1 parser construction trouble

Post by CodePoet2005 »

Hi all,

Im developing a LR1 parser generator for another project of mine.
https://codeberg.org/CodePoet2005/lightLR1
I had some hard time understanding the algorithm from the "dragon book", but i finally got to coding.
Yet it still does not work and im going crazy :cry: :shock: .
The LR1 item sets are incorrect in some grammars (the sample grammar from the dragon book works though).

Any tips from compiler pros would be highly appreciated.

btw i use this lr1 generator to compare LR1 collection and tables.
Post Reply