Resume-to-AST Conversion

Job ID: 40503031

Budget: $10 – $30 USD

I need to take an existing, fully written resume and transform it into an Abstract Syntax Tree. The goal is to end up with a clean, well-structured AST that I can feed directly into my downstream tools without additional tweaking.

The target structure should follow an Application method style of AST representation, and the original resume was produced inside a vendor application language rather than a conventional one like JavaScript or Python. Because of that, I’ll rely on your experience to decide the best way to tokenise and map each section (heading, work history, skills, education, etc.) to nodes, children, and attributes so the final tree is both human-readable and machine-friendly.

Deliverables
• The complete AST in JSON (or another serialised format we agree on)
• A brief description of the node schema so future scripts know what to expect

Accuracy is paramount: every detail that appears in the source resume must surface in the tree, hierarchically and in order. If something in the resume doesn’t map neatly, flag it and suggest how we can represent it rather than leaving it out.