Nous utilisons des cookies pour amĂ©liorer votre expĂ©rience de navigation. En savoir plus
Accepter
to the top

Let's make a programming language. Evaluator

Unicorn with mic
  • Subject: Let's make a programming language. Evaluator

  • Date: September 24, 2026, 01:00 PM UTC+1

  • Description:

    We’re reaching the final stage of our journey of building a programming language in C++!

    So far, we’ve created a lexer, a parser, and an AST. Now it’s time to make our language do what it was designed to do — evaluate expressions.

    In this webinar, we’ll explore how to represent the results of computations in our language and learn how to evaluate expressions step by step. By the end of the session, we’ll bring all the pieces together and complete our own programming language.

    Join us live to dive deeper into language implementation, ask your questions, and see how the final pieces of the puzzle come together 🚀

    All registered participants will also receive access to the webinar recording.

Register now

Webinars not your thing? Try static analysis!

Prénom

Unicorn with mic

Past webinars

Unicorn with mic
  • Subject: Let's make a programming language. Variables

  • Date: August 05, 2026

  • Description: We continue building our own programming language from scratch. In this video, we'll take the next step by adding variables to the language. And stay tuned for the next webinar. So far, our...

Unicorn with mic
  • Subject: Let's make a programming language. AST

  • Date: July 23, 2026

  • Description: We’re continuing our webinar series on building your own programming language in C++! And stay tuned for the next webinar. In the previous webinar, we created a parser that analyzes code and...

Unicorn with mic
  • Subject: Let's make a programming language. Parser

  • Date: May 21, 2026

  • Description: In the previous sessions, we implemented a lexer for our language. In this upcoming webinar, we’ll move on to the next step — the parser. In our experience, any parser starts with parsing...

Unicorn with mic
  • Subject: Let's make a programming language. Lexer

  • Date: April 29, 2026

  • Description: In this video, we continue building our own programming language from the ground up. Previously, we covered how terminal symbols fit into a grammar. Now we move one layer deeper: the lexer. The...

Unicorn with mic
  • Subject: Let's make a programming language. Grammars

  • Date: March 27, 2026

  • Description: We’re continuing our webinar series on building your own fictional programming language! Register to attend next webinar. All recordings will be sent to all registered participants after the...

Unicorn with mic
  • Subject: Integrating SAST into DevSecOps

  • Date: March 25, 2026

  • Description: As software delivery accelerates, security must move at the same speed. In the webinar, we explored how to effectively integrate Static Application Security Testing (SAST) into your DevSecOps...