Documentation Language: Swift

Method

parse(_:)

Parse an ATL file and return an ATL module

func parse(_ url: URL) async throws -> ATLModule

Parameters

url

The URL of the ATL file to parse

Return Value

An ATLModule representing the parsed ATL content

Discussion