The details

Start...End time (UTC)
2021-09-10 04:00 - 04:25
Language
en
Description about the talk
Since Ruby's inception, there have been many different projects that parse Ruby code. This includes everything from development tools to Ruby implementations themselves. This talk dives into the technical details and tradeoffs of how each of these tools parses and subsequently understands your applications. After, we'll discuss how you can do the same with your own projects using the `Ripper` standard library. You'll see just how far we can take this library toward building useful development tools.