static GazelleV_LeftArrowScript.Script leftArrowParseVerbose(S script) { new GazelleV_LeftArrowScriptParser parser; enableScaffolding(parser); parser.allowTheWorld(); var parsedScript = parser.parse(script); print("leftArrowParseVerbose:\n" + GazelleV_LeftArrowScript.indentedScriptStruct(parsedScript)); ret parsedScript; }
Began life as a copy of #1034203
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035287 | 
| Snippet name: | leftArrowParseVerbose | 
| Eternal ID of this version: | #1035287/4 | 
| Text MD5: | a91f8bc7e0f5ce3c6d4464c99626972e | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-05-01 17:43:44 | 
| Source code size: | 343 bytes / 8 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 765 / 800 | 
| Version history: | 3 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |