1 مستودع
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.
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.