Oxc iconAnnouncing Oxfmt 베타
Skip to content
OxcOxc
Main Navigation 가이드
린터 (Oxlint)
포맷터 (Oxfmt)
파서
트랜스포머
미니파이어
리졸버
기여하기온라인 플레이그라운드후원
릴리스 블로그
사용자 추천
학습
팀
릴리스 버전
웹사이트 GitHub

Appearance

Sidebar Navigation

Rust로 작성된 JavaScript 파서

소개

렉서

AST

파서

에러

시맨틱 분석

아키텍처

파서

린터

테스트 인프라

AST 도구

ECMAScript

명세

문법

성능

용어

참고 자료

On this page
Are you an LLM? You can read better optimized documentation at /docs/learn/references.md for this page in Markdown format

References and Learning Resources ​

Performance Programming ​

  • The Rust Performance Book
  • MIT Open Course Ware - Performance Engineering Of Software Systems
  • Andrew Kelley - Practical DOD
  • Mike Acton - Data-Oriented Design and C++

JavaScript Parsers ​

  • Rust: swc, biome, jsparagus, ratel, boa,
  • JavaScript: acorn, babel
  • Go: esbuild
  • C++: quick-lint-js
  • ASTs: estree, swc_ecma_ast, babel ast, jsparagus

Learn ​

  • Blazingly fast parsing, part 1: optimizing the scanner
  • Blazingly fast parsing, part 2: lazy parsing
  • Understanding ECMAScript
  • Simple but Powerful Pratt Parsing
  • JS syntactic quirks
  • Crafting Interpreters

Specifications ​

  • ECMAScript Spec
  • TypeScript 1.8 Spec
  • JSX Spec

Media ​

이 페이지에 변경 사항 제안
Pager
Previous page용어

© 2026 VoidZero Inc. 및 Oxc 기여자.