DEV Community

Unicorn Developer
Unicorn Developer

Posted on

New webinar! Let’s make a programming language. Grammar

Join us on March 27, 01:00 PM UTC+1 for the next session in our webinar series that teaches how to build your own programming language in C++.

In our first session, we covered the lexer, parser, semantic analyzer, and evaluator. Now, we’re diving into grammars:

⚆ what makes a language

⚆ how to describe it so a program understands it

⚆ how to work with it hands-on

The host of the series, Yuri Minaev, am experienced C++ developer, an architect at PVS‑Studio, and a recognized voice in the C++ community. Yuri was a speaker on C++ topics at CppCast and major industry conferences including C++ on Sea and CppCon, sharing his expertise on advanced C++ practices.

Join our webinar: Let’s make a programming language. Grammar

Top comments (1)

Collapse
 
fyodorio profile image
Fyodor

Is the first part available for rewatching somewhere?