Tests of comparison routiines.
Basic tests of compiler module.
A REPL that uses ScalaCheck to generate random instances of abstract syntax trees of type T and prints them to standard output.
A REPL that uses ScalaCheck to generate random instances of abstract syntax trees of type T and prints them using a configurable emitter.
Basic tests of parser utilities module.
Basic tests of parser utilities module. Many cases are already tested in the examples, so we only test for coverage here.
Useful test routines for RegexParsers.
Specialisation of TestCompilerWithConfig that uses the default
configuration type.
Support for testing compiler drivers.
General test support.
Useful test routines for transformers.
Basic tests of compiler module. Normal usage is tested by many of the examples.