RubyConf 2021 - Beware the Dreaded Dead End!! by Richard Schneeman
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=7CTn2m1ME5A
Nothing stops a program from executing quite as fast as a syntax error. After years of “unexpected end” in my dev life, I decided to “do” something about it. In this talk we'll cover lexing, parsing, and indentation informed syntax tree search that power that dead_end Ruby library.