Building a Transpiler from scratch. Lecture [4/18]: Variable declaration | Assignment expression

preview_player
Показать описание

This is the fourth lecture from the "Building a Transpiler from scratch" where we build a high-level compiler for a concurrent programming language, translating it to JavaScript.

In this lecture:

- Variable declaration
- Variable access
- Assignment expression
- Naming convention

#Compiler #Transpiler #JavaScript
Рекомендации по теме
Комментарии
Автор

Found this gold channel 🚀
please keep uploading

SwapnilSoni
Автор

Hey Dimtry 👋, you said you were working on a new course about LLM(s). When are they coming?

AyoDamilareMichael
Автор

Hello Dmitry! Is there already a course about making a language server?

unlomtrash
Автор

On 1:50 can we add VariableDeclarator function which handles "id = init"? Then the VariableDeclaration can be `let

robertpalovsky
Автор

Hi could you do some tutorial on llvm optimizations, things like loop and slp vectorizations

ximin_sleepy
Автор

Can we discuss regarding your udemy course

LoveNew-rf