Swift AQL

The swift-aql package provides a pure Swift implementation of the Acceleo Query Language (AQL) for model querying.

Installation

Add to your Package.swift:

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

Requirements

References

Related Packages

Documentation

The package provides model query and navigation capabilities. For details, see Getting Started and Understanding AQL.

AQL

A pure Swift implementation of the https://eclipse.dev/acceleo/documentation/ for model querying.

129 symbols