Package

parsers

dsl

Permalink

package dsl

Visibility
  1. Public
  2. All

Type Members

  1. class DSLBaseListener extends DSLListener

    Permalink
  2. class DSLLexer extends Lexer

    Permalink
  3. trait DSLListener extends ParseTreeListener

    Permalink
  4. class DSLParser extends Parser

    Permalink
  5. case class FileNotFound(path: String) extends Exception with ParsingException with Product with Serializable

    Permalink
  6. case class ParserError(e: Throwable) extends Exception with ParsingException with Product with Serializable

    Permalink
  7. sealed trait ParsingException extends Exception

    Permalink
  8. class ScalaDSLListener extends DSLBaseListener

    Permalink
  9. case class UnsupportedFeature(s: String) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object CLIParser extends RegexPackratParser

    Permalink

    A parser for parsing identifiers given as commande line parameters to the tool.

  2. object ParseFiles extends (List[String]) ⇒ \/[List[ParsingException], Map[String, List[ProgramDeclaration]]]

    Permalink
  3. object ParsingUtils

    Permalink

    Utility functions used when parsing identifiers.

  4. object ThrowingErrorListener extends BaseErrorListener

    Permalink

Ungrouped