c-to-ast
01Skill Claude CodeCodex
Parse C source code into an Abstract Syntax Tree (AST). Use when analyzing C programs, understanding code structure, performing static analysis, or preparing code for further program analysis (e.g., CFG, DFG, vulnerability detection).
313 4mo ago A 50 tokens
original MIT