Creating Your Own Programming Language | Ep1 Tokens and Lexer

Опубликовано: 17 Июнь 2026
на канале: CodeWarehouse
1,414
43

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.