org.kiama

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. class CompilerTests extends CompilerBase[Any] with Tests with TestCompiler[Any]

    Basic tests of compiler module.

  2. trait GeneratingREPL[T] extends REPL

    A REPL that uses ScalaCheck to generate random instances of abstract syntax trees of type T and prints them.

  3. class ParserUtilitiesTests extends RegexParserTests with ParserUtilities

    Basic tests of parser utilities module.

  4. trait RegexParserTests extends Tests

    Useful test routines for RegexParsers.

  5. trait TestCompiler[T] extends FunSuite

    Support for testing compiler drivers.

  6. trait Tests extends FunSuite

    General test support.

  7. trait TransformerTests extends RegexParserTests

    Useful test routines for transformers.

No Group