Skip to main content

parser-parity

Grow Fatou's Julia parser toward JuliaSyntax.jl using the differential oracle. The projector at crates/fatou-parser/src/parser/sexpr.rs walks the CST and emits JuliaSyntax's s-expression shape; the harness in crates/fatou-parser/tests/juliasyntax_oracle.rs diffs each fixture against pinned expected.sexpr. Use this skill to take a parser target — a divergence found by probing real Julia, a handover recorded in RECAP.md, or one named directly by an issue, a code snippet, or a prompt — then add the grammar plus projector support, lock it with a fixture, and ratchet the now-passing cases into the allowlists. The projector is a test-only diagnostic: a divergence means the CST (or the projector's encoding translation) is wrong, never patch it in the projector to make the test pass.

跳到安装

来源信息

仓库
jolars/fatou
最近来源活动
2026年8月18日 13:10
检测到的 SKILL.md 语言
英语
星标
49
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。