·compiler-dev

编译器后端开发专家,专注于IR、CFG、SSA、数据流分析和优化Pass。

5Installs·0Trend·@whtoo

Installation

$npx skills add https://github.com/whtoo/how_to_implment_pl_in_antlr4 --skill compiler-dev

SKILL.md

🔗 关系图 → ep-navigator (识别EP范围) → antlr4-dev (AST → IR转换) ← vm-dev (IR → 字节码)

| 常量 | ConstVal | val: T | 字面量 | | 变量 | VarSlot | name: String | 变量引用 | | 二元运算 | BinExpr | lhs, rhs: VarSlot, op: BinaryOpType | a + b | | 一元运算 | UnaryExpr | expr: VarSlot, op: UnaryOpType | -a | | 赋值 | Assign | lhs: VarSlot, rhs: Operand | x = y | | 标签 | Label | name: String, bb: BasicBlock | 基本块标签 | | 跳转 | Jump | target: BasicBlock | goto L |

| 条件跳转 | CondJump | cond: VarSlot, true/false: BasicBlock | if (cond) |

编译器后端开发专家,专注于IR、CFG、SSA、数据流分析和优化Pass。 Source: whtoo/how_to_implment_pl_in_antlr4.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/whtoo/how_to_implment_pl_in_antlr4 --skill compiler-dev
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is compiler-dev?

编译器后端开发专家,专注于IR、CFG、SSA、数据流分析和优化Pass。 Source: whtoo/how_to_implment_pl_in_antlr4.

How do I install compiler-dev?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whtoo/how_to_implment_pl_in_antlr4 --skill compiler-dev Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/whtoo/how_to_implment_pl_in_antlr4

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01