Package-level declarations
Functions
Link copied to clipboard
fun eval(script: Path, context: Map<String, Any?> = emptyMap(), includes: List<Path> = emptyList()): Any?
fun eval(source: SourceCode, context: Map<String, Any?>, includes: List<Path> = emptyList()): ResultWithDiagnostics<EvaluationResult>