I was wondering what all your opinions on sglr vs. lr/lalr parsers was? I see the advantages that sglr offers but I believe for general use lalr is still a better alternative for most recognition we commonly run into like config files and many modern programming languages because of it's great speed and memory advantages.

Then again, I'm no expert on the subject, do any of you have different opinions or things I may be missing/overlooking?