Skill Claude CodeCodex
Validate that the parse tree of one AL file is both COMPLETE (every construct in the source reaches the tree and is queryable) and SOUND (everything the tree claims is true of the source). Use when checking whether the parser captured an AL file correctly, investigating a suspected silent misparse, verifying a grammar…
24 20d ago A 88 tokens
original MIT