Skip to content

leander-karp/egg

Repository files navigation

Egg

This is a implementation of a lisp-interpreter loosely based on this article:

# Create a list from the arguments
(defun pair (x y)
  (cons x (cons y 'nil)))

Tests

To run the tests execute:

zig build test

New test files are only picked up if they are listed in build.zig.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages