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.
Method |
Path |
Purpose |
|---|---|---|
GET |
Check available dialects and compiler support. |
|
GET |
Load built-in QClang examples. |
|
POST |
Parse source into an AST-style result. |
|
POST |
Compile source into the selected target output. |