ParserImpl

class ParserImpl extends Parser
trait Parser
class Object
trait Matchable
class Any

Value members

Concrete methods

override def loadConfiguration(program: String): Task[Option[Configuration]]
Definition Classes
override def readFile(filePath: FilePath): Task[String]
Definition Classes

Inherited methods

def checkErrors(configuration: Configuration): Task[ConfigurationResult]
Value parameters:
configuration

The simulation parameters of the configuration.

Returns:

the result of configuration errors checking.

Inherited from:
Parser