term.parser.package

Parser

trait Parser extends AnyRef

Represents a parser from string to an equational system.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Parser
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def parse (file: String): ES

    Returns an equational system containting the equations parsed from file.

    Returns an equational system containting the equations parsed from file.

    Attributes
    abstract