bnjmnt4n / lispz

A Lisp interpreter written in Zig.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lispz

A Lisp interpreter written in Zig, based on the Writing a Lisp series.

Usage

  1. Install Zig v0.10.0.

  2. Execute the following

    $ git clone --recursive https://github.com/bnjmnt4n/lispz.git
    $ cd lispz
    $ zig build run

About

A Lisp interpreter written in Zig.


Languages

Language:Zig 98.2%Language:Nix 1.8%