skx / yal

Yet another lisp interpreter
GNU General Public License v2.0
16 stars 0 forks source link

Added test functions. #91

Closed skx closed 1 year ago

skx commented 1 year ago

Using a similar approach to what I did in my bitset code here's a set of lisp test-cases, using a macro for easy definition.

This closes #83.