11. Julia Ogris - Building a Beginner's Programming Language with Go | GopherConAU 2023

preview_player
Показать описание
In this talk, Julia will explain the motivation for writing a beginner-friendly programming language. She will then show you how to write an interpreter using only the Go standard library, including how a Pratt parser works for expressions with different operator precedence.

Source:

About Julia Ogris
Julia is a software engineer turned independent developer who has worked at both small and large tech companies, including Square and Google. She is currently traveling the world with her family.
Рекомендации по теме
Комментарии
Автор

Absolutely amazing the visualization and "walk through" on how to parse the mathematical expression taking into account operator precedence with just a few lines of code.

XaviAznar