1  | static GazelleV_LeftArrowScript.Script leftArrowParseVerbose(S script) {
 | 
2  | new GazelleV_LeftArrowScriptParser parser;  | 
3  | enableScaffolding(parser);  | 
4  | parser.allowTheWorld();  | 
5  | var parsedScript = parser.parse(script);  | 
6  |   print("leftArrowParseVerbose:\n" + GazelleV_LeftArrowScript.indentedScriptStruct(parsedScript));
 | 
7  | ret parsedScript;  | 
8  | }  | 
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: | 764 / 799 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |