This is the first video in a tutorial series on how to create your own programming language using Python. This tutorial covers creating token classes and a lexer.
This tutorial is based on a similar project of mine: https://github.com/thebowenfeng/C-Blunt. All credits/inspiration is in the Github repo.