A value-typed Expression Tree in Swift. See tests to learn how to use it.
The Swift Package Manager automates the distribution of Swift code. To use ExpressionTree with SPM, add a dependency to your Package.swift
file:
let package = Package(
dependencies: [
.package(url: "https://github.com/swift-tree/ExpressionTree.git", ...)
]
)
Erk Ekin