Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package bitbucket
    Definition Classes
    org
  • package inkytonik
    Definition Classes
    bitbucket
  • package kiama

    Kiama is a Scala library for language processing.

    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://kiama.googlecode.com.

    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.

    Definition Classes
    inkytonik
  • package attribution
  • package machine
  • package output
  • package parsing
  • package relation
  • package rewriting
  • package util

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://kiama.googlecode.com.

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

Type Members

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

    Convenient type constructor for partial functions.

Inherited from AnyRef

Inherited from Any

Ungrouped