Skip to content

Commit 583c34e

Browse files
committed
[GR-27621] Add Polyglot::InnerContext{.new,#eval} to eval code of any available language in an inner context
* Also add Polyglot.languages to expose the list of available languages.
1 parent 76e9c94 commit 583c34e

File tree

19 files changed

+262
-31
lines changed

19 files changed

+262
-31
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
New features:
44

55
* [TRegex](https://github.com/oracle/graal/tree/master/regex) is now used by default, which provides large speedups for matching regular expressions.
6+
* Add `Polyglot.languages` to expose the list of available languages.
7+
* Add `Polyglot::InnerContext` to eval code in any available language in an inner isolated context (#2169).
68

79
Bug fixes:
810

0 commit comments

Comments
 (0)