Parser generators vs. handwritten parsers: surveying major language implementations in 2021

from blog Notes on software development, | ↗ original
Developers often think parser generators are the sole legit way to build programming language frontends, possibly because compiler courses in university teach lex/yacc variants. But do any modern programming languages actually use parser generators anymore? To find out, this post presents a non-definitive survey of the parsing techniques used by...