SW-Detailed Design

This section provides a developer-focused view of the internal design of pyTRLCConverter. All API pages are generated automatically from the source code and docstrings by sphinx-autoapi.

The implementation follows a pipeline-oriented structure:

  1. Input files and CLI options are collected and validated.

  2. TRLC model elements are traversed and normalised.

  3. A selected converter renders project-specific output.

  4. Optional translation and tracing information is applied.

API Reference