Hacker News new | ask | show | jobs
by DmitrySoshnikov 2054 days ago
Yes, backtracking still might be an option although has its known limitations in terms of parallel paths. We describe backtracking in this class too.

The LL in the the view of manual Recursive descent is the most used on practice along with combinators and LALR(1).