Uses 679K of libraries. Click here for Pure Java version (34820L/173K).
1 | sO leftArrowVerbose(LASClassLoader lasClassLoader, S script) { |
2 | new GazelleV_LeftArrowScriptParser parser; |
3 | parser.lasClassLoader(lasClassLoader); |
4 | ret leftArrowVerbose(parser, script); |
5 | } |
6 | |
7 | sO leftArrowVerbose(GazelleV_LeftArrowScriptParser parser default new, S script) { |
8 | if (parser.lasClassLoader() != null) |
9 | parser.lasClassLoader().rememberClassBytes(true); |
10 | |
11 | enableScaffolding(parser); |
12 | parser.allowTheWorld(); |
13 | var parsedScript = parser.parse(script); |
14 | parser.printFunctionDefs(parsedScript); |
15 | print(parsedScript); |
16 | print("leftArrowVerbose:\n" + GazelleV_LeftArrowScript.indentedScriptStruct(parsedScript)); |
17 | new FlexibleVarContext ctx; |
18 | var result = parsedScript.get(ctx); |
19 | ctx.printMe(); |
20 | ret result; |
21 | } |
Began life as a copy of #1033990
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1033992 |
Snippet name: | leftArrowVerbose |
Eternal ID of this version: | #1033992/17 |
Text MD5: | 85f05ebb6049dce330cdf9ea084b97d3 |
Transpilation MD5: | 557cdf83c9427c4802b36f160c935edc |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-18 02:07:10 |
Source code size: | 746 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 274 / 527 |
Version history: | 16 change(s) |
Referenced in: | [show references] |