org.bitbucket.inkytonik

kiama

package kiama

Kiama is a Scala library for language processing. It is a project of the Programming Languages Research Group at Macquarie University. For full project details see the web site http://bitbucket.org/inkytonik/kiama.

Kiama's main components address tree decoration via attribute grammars (package attribution), tree transformation via strategic term rewriting (package rewriting), dynamic semantics (package machine) and pretty-printing (package output).

The util package contains support modules for parsing, input/output, read-eval-print loops (REPLs) and pattern matching.

The examples package (available as part of the Kiama tests) contains many examples of using Kiama to solve small to medium language processing problems.

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. kiama
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ==>[T, U] = PartialFunction[T, U]

    Convenient type constructor for partial functions.

Value Members

  1. package attribution

  2. package machine

  3. package output

  4. package parsing

  5. package relation

  6. package rewriting

  7. package util

Inherited from AnyRef

Inherited from Any

Ungrouped