• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Swift
  • License
    BSD 3-Clause "New...
  • Created 4 months ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A tiny extensible and configurable HTTP server framework written in Swift for macOS, iOS, and Linux.

More Repositories

1

swift-lispkit

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. LispKit is fully implemented in Swift 5.
Scheme
377
star
2

swift-markdownkit

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 syntax for Markdown, provides a parser for parsing strings into abstract syntax trees, and comes with generators for HTML and attributed strings.
Swift
148
star
3

swift-numberkit

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

swift-commandlinekit

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 sequences, and defines an API for reading strings from the terminal.
Swift
51
star
5

swift-lisppad-ios

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

swift-clformat

Implementation of Common Lisp's `format` procedure from scratch in Swift 5 as a more powerful and complete replacement of `printf`.
Swift
8
star
7

swift-numericalscheme

This Xcode project showcases how to extend Swift LispKit. The project implements a read-eval-print loop for an extended LispKit language supporting native flonum vectors and arrays.
Swift
7
star
8

swift-dynamicjson

Framework for representing, validating, querying, and manipulating generic JSON values in Swift. Supported are standards such as JSON Pointer (RFC 6901), JSON Path (RFC 9535), JSON Patch (RFC 6902), JSON Merge Patch (RFC 7396), and JSON Schema.
Swift
7
star
9

jaco

Extensible Java compiler framework.
Java
6
star
10

swift-sqliteexpress

SQLiteExpress is a small Swift 5 library implementing a wrapper for the C API of SQLite3 on macOS and iOS.
Swift
5
star
11

containerkit

Comprehensive container class library for the Go programming language.
Go
4
star
12

SimpleSplitView

Swift
1
star
13

swift-lisppad-support

Framework providing implementations of LispPad-specific libraries and a macOS REPL that supports LispPad libraries.
Swift
1
star