Package | Description |
---|---|
jfun.jaskell |
Provides classes and interfaces for compiling and running jaskell code.
|
Modifier and Type | Method and Description |
---|---|
LocationAware |
Jaskell.getLocator()
To get the LocationAware object used by the Jaskell evaluator.
|
Modifier and Type | Method and Description |
---|---|
Jaskell |
Jaskell.setLocator(LocationAware loc)
Get a Jaskell object that uses a LocationAware object
to notify source location of an expression.
|