1. Урок 1. 00:07:51
    Introduction
  2. Урок 2. 00:04:49
    Compilers & Interpreters Overview
  3. Урок 3. 00:02:43
    Course Project
  4. Урок 4. 00:02:38
    Lexing: Lexical Analysis
  5. Урок 5. 00:02:48
    Identity Helpers & Lexer
  6. Урок 6. 00:11:26
    Lexing White Space & Parenthesis
  7. Урок 7. 00:07:37
    Lexing Numbers & Letters
  8. Урок 8. 00:05:35
    Lexing Characters & Strings
  9. Урок 9. 00:03:50
    Internal Representations & ASTs
  10. Урок 10. 00:02:30
    Steps to Build an AST
  11. Урок 11. 00:05:14
    Parsing Exercise
  12. Урок 12. 00:13:49
    Parsing Solution
  13. Урок 13. 00:04:14
    REPLs
  14. Урок 14. 00:02:12
    Adding the Standard Library
  15. Урок 15. 00:13:55
    Evaluating Expressions
  16. Урок 16. 00:06:07
    Looking Up Identifiers
  17. Урок 17. 00:02:23
    Adding to the Standard Library
  18. Урок 18. 00:08:54
    Building the REPL CLI
  19. Урок 19. 00:07:23
    Running Files from the CLI
  20. Урок 20. 00:04:08
    Generation & Babel generate
  21. Урок 21. 00:05:39
    Transformation: Visitor Pattern
  22. Урок 22. 00:14:49
    Implementing Traverse
  23. Урок 23. 00:04:11
    Testing Traverse
  24. Урок 24. 00:05:18
    Transform Practice
  25. Урок 25. 00:10:14
    Transpiling to JavaScript
  26. Урок 26. 00:12:08
    Transforming to Variable Declarations
  27. Урок 27. 00:03:21
    Variable Evaluation
  28. Урок 28. 00:06:11
    Transpiling Variable Declarations to JavaScript
  29. Урок 29. 00:05:02
    Parser Generators
  30. Урок 30. 00:03:06
    Wrapping Up