Environments & Variable Storage - Programming Language From Scratch

Опубликовано: 13 Октябрь 2024
на канале: tylerlaceby
7,650
225

This episode covers the topics of environments and scope resolution. This is how we can define multiple environments and traverse them for lookup of variables as well as declarations and determining if a variable even exists.

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/