Video: .MP4, VP8, 1920×1080, 30 fps | Audio: English, Vorbis, 44.1 KHz, 2 Ch | Duration: 3h 9m | 1010 MBInstructor: Steve KinneyLearn the essential parts of programming language design! Through creating a new programming language, you’ll learn how to break down a program into its necessary elements: first into tokens through lexical analysis, and then into a traversable abstract syntax tree composed of those tokens.
You’ll also write an interpreter, and learn how to transpile your language to JavaScript to make it runnable.