Implementing Variable Declarations (LET/CONST) - Programming Language From Scratch

Опубликовано: 27 Февраль 2026
на канале: tylerlaceby
8,644
304

This episode covers the topics of variable declaration and how to implement them from AST to Interpreter. We will also also demonstrate constant values.

We will also re-work the null type and add two more types true and false.

Source: https://github.com/tlaceby/guide-to-i...

🔔 JOIN THE COMMUNITY 🔔
https://www.youtube.com/c/JSimplified... -- Subscribe xD
----------------------------------------

-- Social Links --
Discord -   / discord  
GitHub - https://github.com/tlaceby/