Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
engine
/
elide.runtime.core
/
GuestLanguageParser
/
parse
parse
abstract
fun
parse
(
source
:
Source
,
context
:
PolyglotContext
)
:
PolyglotValue
Parse a
source
in the given
context
without evaluating it, returning an executable
PolyglotValue
.