org.kiama.example

grammar

package grammar

Visibility
  1. Public
  2. All

Type Members

  1. trait PrettyPrinter extends output.PrettyPrinter

    Abstract syntax tree pretty-printing for grammars.

  2. class SemanticAnalyser extends AnyRef

    Perform name analysis checks for the grammar language.

  3. class SemanticAnalysisTests extends Tests

    Tests of grammar semantic analysis.

Value Members

  1. object GrammarTree

    Simple context-free grammar abstract syntax.

  2. object PrettyPrinter extends PrettyPrinter

    Abstract syntax tree pretty-printing for grammars.

  3. object SymbolTable extends Environments

    Symbol table module containing facilities for creating and manipulating grammar symbol information.

Ungrouped