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.

Jump to install

Source facts

Repository
jolars/fatou
Last source activity
August 18, 2026 at 13:10
Detected SKILL.md language
English
Stars
49
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.