stefanhts / wacket

A lisp inspired functional programming language which compiles to WebAssembly
MIT License
18 stars 1 forks source link

Hustle #27

Closed peterpie123 closed 2 years ago

peterpie123 commented 2 years ago

A little and a little, collected together, become a great deal; the heap in the barn consists of single grains, and drop and drop makes an inundation.

Implements basic heap structures (box and `cons). I'd like to get a review on this, primarily because of for my changes to parser/printer.

Closes #14