Building a Typechecker from scratch [2/20] Numbers and Strings | Testing

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024
  • This is the second lecture from the "Building a Typechecker from scratch" class where we build a static type checker for a full programming language similar to TypeScript, Java, etc.
    Other lectures of the course: • Building a Typechecker...
    In this lecture:
    - Type class
    - Number type
    - String type
    - Tests structure
    - Test utils
    #Typechecker #Type_theory #Programming_language

Комментарии • 3

  • @arnabsarkar8511
    @arnabsarkar8511 2 года назад +1

    Hi, is there a github repository for this tutorial series?