1. Writing a programming language - the Lexer

preview_player
Показать описание
This series is about how to write a programming language. A lexer breaks up the characters in a source file into simple "tokens" which have a type like "string" and a value.

Рекомендации по теме