GitXplorerGitXplorer
c

SExpr

public
9 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
15828347417f7dc0677f270df3c4ca40c175116b

SExpr: add an overload constructor

ccompnerd committed 4 years ago
Unverified
c64c30618aca083ab4d4d64d1ee1f8bb922806c9

SExpr: add builtin math operations

ccompnerd committed 4 years ago
Unverified
160040d245a3180abba1b6a1b6b96ca160b2089c

SExpr: rename binding for formal arguments (NFC)

ccompnerd committed 4 years ago
Unverified
c1ada6edd252b49fe261cc2082adc0b6aae1fa21

SExpr: make `Builtin` more self-contained

ccompnerd committed 4 years ago
Unverified
cdbea1252f0b67d4b18b4d4354daaef51adc0e93

SExpr: `+` does not operate over `string`

ccompnerd committed 4 years ago
Unverified
17fb732c1c65954bfe4715bf456dd6736bc0bc98

SExpr: add the `+` operator

ccompnerd committed 4 years ago

README

The README file for this repository.

SExpr

A S-Expression Parser (i.e. a LISP Implementation) in Swift