Parser Hacking [11]: Parsing If/Elsif/Else

preview_player
Показать описание
In this final Parser Hacking video, we teach our parser how to parse if/elsif/else expressions.

About the Project: Natalie is a very early-stage work-in-progress Ruby implementation that compiles Ruby to an executable. It does so by transpiling Ruby to C++ and feeding it to gcc or clang to produce a binary.

About the Parser: We're rebuilding our parser from scratch so we can stop using the ruby_parser gem someday.

#programming #ruby #cpp #parsers #compilers #recursivedescentparser #prattparser
Рекомендации по теме
Комментарии
Автор

I love your videos, exactly my type of content! I can’t understand how you’re not getting more attention and subscribers. Keep it up!

williamragstad
Автор

Hey Tim, great work on the parser. This helped me understand parsing better for sure. Are you still planning on trying to do a video each day even though you're done with the parsing videos for now?

Swirlstudios
visit shbcf.ru