Create a Programming Language - Episode 9: Type Tools

Subscribers:
1,250
Published on ● Video Link: https://www.youtube.com/watch?v=JltyHy56ouk



Category:
Show
Duration: 55:05
343 views
8


Creating a programming language is simpler than you might think. In this series, I am continuing upon the previous one in order to create a better guide to help you create your own language!

In this episode, we begin to develop the tools necessary for our type checker.

- Intro 0:00
- BasicType 1:43
- ExprType 27:03
- Verifier 41:10
- Node Changes 44:53
- Linking the Verifier 51:05
- Outro 53:40




Check out the creator who initially taught me all of this: https://www.youtube.com/playlist?list=PLZQftyCk7_SdoVexSmwy_tBgs7P0b97yD

My Programming Language, Sea: https://github.com/DavidMacDonald11/Sea-Compiler

End-of-Episode Source Code: https://github.com/DavidMacDonald11/tutorial-language/tree/66490a744987367926eaabe2a3f88c26e9427a70

End-Card Image by 200 Degrees from Pixabay https://pixabay.com/vectors/programmer-programming-code-work-1653351/

End-Card Music - Password Infinity by Evgeny Bardyuzha from Pixabay: https://pixabay.com/music/beats-password-infinity-123276/







Tags:
coding
programming
language
kotlin
jvm
java
gradle