This directory contains very basic tests of the compiler.

The only data types required by these tests are:

- fixnum integers
- booleans

The only primitive procedures required by these tests are:

- println: which is always used to print a single fixnum or boolean
- ##not
- ##boolean?
