Skip to content

Seeingu/minilisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minilisp in Zig

For learning purpose.

This is a zig implementation of Rui's minilisp.

Build and Test

To build and run the project, use:

zig build run

To run tests, execute:

zig build test