L-Lang 是编程语言 L 的工具链项目,包含编译器、虚拟机、IR 生成器等组件。 Source Code (.l) ↓ lc (编译器) ↓ Intermediate Representation (IR) ↓ lg (代码生成器) ↓ Target Code (LLVM IR / LVM Bytecode) ↓ 执行环境 ...
Dagger is a compile-time framework for dependency injection. It uses no reflection or runtime bytecode generation, does all its analysis at compile-time, and generates plain Java source code. Dagger ...