kiama 0.9.0 API

This document is the API specification for kiama 0.9.0 API

Class Summary
trait GeneratingREPL [T] extends REPL
A REPL that uses ScalaCheck to generate random instances of abstract syntax trees of type T and prints them.
trait ParsingREPL [T] extends REPL with CharPackratParsers
A REPL that parses its input lines into a value (such as an abstract syntax tree), then processes them.
trait REPL extends AnyRef
General support for applications that implement read-eval-print loops (REPLs).
Object Summary
object Messaging extends AnyRef
Facility for buffering of messages associated with positioned values.