Packages

package compiler

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Lexer extends AnyRef

    This class is a wrapper for accessing the lexer of the Scala compiler from Java in a more convenient way.

    This class is a wrapper for accessing the lexer of the Scala compiler from Java in a more convenient way.

    Since

    0.1

  2. class Parser extends AnyRef

    This class is a wrapper for accessing the parser of the Scala compiler from Java in a more convenient way.

    This class is a wrapper for accessing the parser of the Scala compiler from Java in a more convenient way.

    Since

    0.1

  3. case class Token(tokenType: Int, line: Int, tokenVal: String) extends Product with Serializable

    Represent a token.

    Represent a token. Lines must start at 1.

    Since

    0.1

Value Members

  1. object Compiler extends Global

    This is a wrapper for the Scala compiler.

    This is a wrapper for the Scala compiler. It is used to access the compiler in a more convenient way.

    Since

    0.1

Ungrouped