Swift MTL

The swift-mtl package provides a pure Swift implementation of the OMG MOFM2T standard for template-based code generation.

Installation

Add to your Package.swift:

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

Requirements

References

Related Packages

Documentation

The package provides template-based model-to-text transformation capabilities. For details, see Getting Started and Understanding MTL.

MTL

A pure Swift implementation of the https://www.omg.org/spec/MOFM2T/ standard for template-based code generation.

377 symbols