⏱ 0:00est. 2 min
Chapter 41- Conceptual Aside (Syntax Parsers)
Notes
Code doesn't directly run on a computer there is an intermediate program b/w code and the computer that translates your code into something that a computer could understand.
The js engine for eg does this and it has different aspects to it one of being a syntax parser which reads the code and determines what it does