Uses 679K of libraries. Click here for Pure Java version (34820L/173K).
sO leftArrowVerbose(LASClassLoader lasClassLoader, S script) { new GazelleV_LeftArrowScriptParser parser; parser.lasClassLoader(lasClassLoader); ret leftArrowVerbose(parser, script); } sO leftArrowVerbose(GazelleV_LeftArrowScriptParser parser default new, S script) { if (parser.lasClassLoader() != null) parser.lasClassLoader().rememberClassBytes(true); enableScaffolding(parser); parser.allowTheWorld(); var parsedScript = parser.parse(script); parser.printFunctionDefs(parsedScript); print(parsedScript); print("leftArrowVerbose:\n" + GazelleV_LeftArrowScript.indentedScriptStruct(parsedScript)); new FlexibleVarContext ctx; var result = parsedScript.get(ctx); ctx.printMe(); ret result; }
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: | 275 / 527 |
Version history: | 16 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1034203 - leftArrowParse |