API Reference ============= **API Reference** The API reference should document the endpoints that connect QClang to the backend. Keep endpoint descriptions simple until final request and response schemas are ready. .. list-table:: :header-rows: 1 * - Method - Path - Purpose * - GET - ```` /api/qclang/status ```` - Check available dialects and compiler support. * - GET - ```` /api/qclang/examples ```` - Load built-in QClang examples. * - POST - ```` /api/qclang/parse ```` - Parse source into an AST-style result. * - POST - ```` /api/qclang/compile ```` - Compile source into the selected target output.