No Main Function
rascal-0.40.17
Synopsis
Rascal program does not provide a main
function.
Types
data RuntimeException = NoMainFunction(str message);
Usage
import Exception;
(only needed when NoMainFunction
is used in catch
)
Description
Thrown when executing a Rascal program that does not declare a main function.