Lexical tokenization explained while building a lexer for a toy programming language
장난감 프로그래밍 언어를 위한 렉서를 구현하며 어휘 토큰화에 대해 설명합니다.
Explains lexical tokenization while implementing a lexer for a toy programming language.
AI가 선별한 아티클
장난감 프로그래밍 언어를 위한 렉서를 구현하며 어휘 토큰화에 대해 설명합니다.
Explains lexical tokenization while implementing a lexer for a toy programming language.
렉서는 원시 소스 코드를 토큰으로 변환하는 컴포넌트입니다.
A lexer is a component that converts raw source code characters into tokens.
컴파일러 작성 방법에 대한 블로그 시리즈 소개.
Introduction to a blog series on how to write a compiler.