poem_read
Parse .poem files to extract constants, structs, functions, and other elements, returning a structured representation. Use it to understand, discuss, or translate POEM specifications.
Instructions
Read and parse a .poem file into structured elements (constants, structs, functions, etc). Returns the parsed structure so you can understand, discuss, or translate the spec.
Use this when someone shares a .poem file or asks about its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The .poem file content | |
| filename | No | Optional filename for context |