검증하지 말고 파싱하라 — TypeScript처럼 원하지 않는 언어에서
TypeScript의 타입 검증 방식을 비판하며 파서의 중요성을 강조하는 글입니다.
The article criticizes TypeScript's type validation approach and emphasizes the importance of parsers.
AI가 선별한 아티클
TypeScript의 타입 검증 방식을 비판하며 파서의 중요성을 강조하는 글입니다.
The article criticizes TypeScript's type validation approach and emphasizes the importance of parsers.
Xwift는 최신 XML 뷰어로, 깨진 XML 처리 및 대형 파일에서도 문제없이 작동합니다.
Xwift is a new XML viewer that handles broken XML and works smoothly with large files.
장난감 프로그래밍 언어를 위한 렉서를 구현하며 어휘 토큰화에 대해 설명합니다.
Explains lexical tokenization while implementing a lexer for a toy programming language.
Ktav는 기존의 형식에 실망하여 만든 새로운 구성 파일 포맷입니다.
Ktav is a new config file format created out of frustration with existing formats.
렉서는 원시 소스 코드를 토큰으로 변환하는 컴포넌트입니다.
A lexer is a component that converts raw source code characters into tokens.
컴파일러 작성 방법에 대한 블로그 시리즈 소개.
Introduction to a blog series on how to write a compiler.