This directory contains basic tests of the compiler.

The only data types required by these tests are:

- fixnum integers
- booleans
- strings

The only primitive procedures required by these tests are:

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