awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesCompiler Design Guides

Technical guides focusing on the mechanics of code transformation and compilation.

Distinct from JavaScript Compilers: Focuses on the educational guide/handbook aspect rather than being a compiler implementation itself.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Compiler Design Guides. Refine with filters or upvote what's useful.

Awesome Compiler Design Guides GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jamiebuilds/babel-handbookالصورة الرمزية لـ jamiebuilds

    jamiebuilds/babel-handbook

    12,110عرض على GitHub↗

    This project is a technical handbook and tutorial guide for the Babel compiler. It serves as a resource for configuring the tool and writing custom plugins to transform JavaScript source code. The guide provides instructional material on creating custom transformation plugins and modifying the compilation process. It specifically covers how to navigate and modify abstract syntax trees to programmatically rewrite source code. The documentation covers the mechanics of code transformation, the management of compiler configurations, and the fundamentals of compiler tooling. It includes guidance

    Explains the mechanics of code transformation and compilation for different target environments.

    babelhandbook
    عرض على GitHub↗12,110
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Compilers
  4. Compiler Design Guides