Skip to content

puliaiev/LispMac

Repository files navigation

LispMac

Common Lisp interpreter for macOS and iOS.

Adding library using Swift Package Manager

The Swift Package Manager is a tool for managing the distribution of Swift code.

  1. Add the following to your Package.swift file:
dependencies: [
    .package(url: "https://github.com/puliaiev/LispMac.git", .branch("master")),
]
  1. Build your project:
$ swift build

Xcode

Xcode 11 and up directly supports adding packages from File > Swift Packages > Add Package Dependency.

Building Library

xcrun swift build

Testing

xcrun swift test

Playground

Open Playground/LispPlayground.xcworkspace in Xcode

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5