Matthias Zenger

Results 5 repositories owned by Matthias Zenger

swift-lispkit

364
Stars
14
Forks
Watchers

Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. LispKi...

swift-markdownkit

134
Stars
19
Forks
Watchers

A framework for parsing and transforming text in Markdown format written in Swift 5 for macOS, iOS, and Linux. The syntax is based on the CommonMark specification. The framework defines an abstract sy...

swift-commandlinekit

50
Stars
5
Forks
Watchers

Framework supporting the development of command-line tools in Swift on macOS and Linux. The framework supports managing command-line arguments, provides lightweight functions to deal with escape seque...

swift-lisppad-ios

19
Stars
2
Forks
Watchers

LispPad is a Scheme development environment for macOS based on the LispKit framework. LispPad for iOS implements a similar, but much simpler, application for iPhones and iPads.

swift-numberkit

53
Stars
14
Forks
Watchers

Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.