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 GeneratingREPLBase[T] with StdoutEmitter

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

  3. trait GeneratingREPLBase[T] extends REPL

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

  4. class ParserUtilitiesTests extends RegexParserTests with ParserUtilities

    Basic tests of parser utilities module.

  5. trait RegexParserTests extends Tests

    Useful test routines for RegexParsers.

  6. trait TestCompiler[T] extends FunSuite

    Support for testing compiler drivers.

  7. trait Tests extends FunSuite with BeforeAndAfter

    General test support.

  8. trait TransformerTests extends RegexParserTests

    Useful test routines for transformers.

Ungrouped