·antlr4-dev

ANTLR4前端开发专家,专注于词法/语法分析、AST构建、访问者模式。

5Installs·0Trend·@whtoo

Installation

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

SKILL.md

🔗 关系图 → ep-navigator (识别EP范围) ← compiler-dev (AST → IR转换)

| 变量声明 | declaration | int x; | | 函数定义 | functionDef | int add(int a, int b) { ... } | | 结构体 | structDef | struct Point { int x; int y; } | | 数组 | type '[' expr? ']' | int[10] arr; | | 控制流 | ifStmt / whileStmt | if (x > 0) { ... } |

| 语法冲突 | 左递归/歧义 | 重构规则,使用语义谓词 | | AST未生成 | 忘记运行generate-sources | mvn generate-sources -pl ep20 | | 访问者空指针 | 新节点未实现accept() | 添加 accept(ASTVisitor ) |

ANTLR4前端开发专家,专注于词法/语法分析、AST构建、访问者模式。 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 antlr4-dev
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is antlr4-dev?

ANTLR4前端开发专家,专注于词法/语法分析、AST构建、访问者模式。 Source: whtoo/how_to_implment_pl_in_antlr4.

How do I install antlr4-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 antlr4-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