Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 486 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 486 Bytes

Asterisp

Logo Logo

A simple interpreted lisp.

Usage

REPL

Start a REPL by running the executable

Execute file

Pass a file to execute as the first argument to the executable

(examples are available in the examples directory)

Build

dub build

Syntax

See examples/builtins