컴파일러, 인터프리터, 린터 및 언어용 툴체인입니다.
컴파일러 및 툴체인
리포지토리
TypeScript는 정적 타입 시스템을 갖춘 JavaScript의 상위 집합으로, 읽기 쉽고 표준을 준수하는 JS로 컴파일됩니다. 강력한 IDE 지원(IntelliSense, 리팩토링), 타입 안전성, 크로스 플랫폼 확장성을 제공하며 대규모 웹·서버·풀스택 개발의 사실상 표준으로, Microsoft가 주도하고 거대한 커뮤니티가 뒷받침합니다.
SWC(Speedy Web Compiler)는 Rust로 작성된 초고속 TypeScript/JavaScript 컴파일러, 미니파이어, 번들러로 CSS/HTML 처리도 지원합니다. Node.js, WASM, CLI로 사용 가능하며 Babel을 대체하는 솔루션으로 Next.js 등 주요 프레임워크에 채택되어 웹 빌드를 획기적으로 가속화합니다.
⛄ Possibly the smallest compiler ever
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
A lightweight WebAssembly runtime that is fast, secure, and standards-compliant