Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

ZSHZ0000/Weaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weaver

My own Lisp interpreter.

How to build it?

Run the Makefile by doing

$ make -j$(nproc)

it has no build dependencies beyond the standard C library.

How to run it?

Run it by doing

$ ./Weaver test.lisp

Prospects

Read TODO.ORG.