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
Method
Parse an ATL file and return an ATL module
func parse(_ url: URL) async throws -> ATLModule
urlThe URL of the ATL file to parse
An ATLModule representing the parsed ATL content