1 | static O javaInterpret(S code) { |
2 | if (canQuickEval(code)) ret quickEval(code); |
3 | Pair<S, L<S>> p = tok_parseFunctionCall(code); |
4 | if (p != null) |
5 | ret callAndMake(p.a, toObjectArray(map javaEvalOrInterpret(p.b))); |
6 | fail("Can't interpret: " + code); |
7 | } |
Began life as a copy of #1017575
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021642 |
Snippet name: | javaInterpret |
Eternal ID of this version: | #1021642/1 |
Text MD5: | 14b861275d19be79f15af617d59044a0 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-02-23 00:38:20 |
Source code size: | 260 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 269 / 305 |
Referenced in: | [show references] |