Swift ATL

The swift-atl package provides a pure Swift implementation of the Atlas Transformation Language (ATL) for model-to-model transformations.

Installation

Add to your Package.swift:

dependencies: [
    .package(url: "https://github.com/mipalgu/swift-atl.git", branch: "main"),
]

Requirements

References

Related Packages

Documentation

The package provides declarative model-to-model transformation capabilities. For details, see Getting Started and Understanding ATL.

ATL

A pure Swift implementation of the https://eclipse.dev/atl/ for model-to-model transformations.

618 symbols