1 | static O jparse1_parser; |
2 | |
3 | // only parse, no explain |
4 | static synchronized O jparse1(S text) { |
5 | if (jparse1_parser == null) { |
6 | jparse1_parser = run_overBot("#1002719"); |
7 | setOpt(jparse1_parser, "keepRules", true); |
8 | } |
9 | //setOpt(jparse1_parser, "debug", true); |
10 | ret call(jparse1_parser, "jparse", text); |
11 | } |
Began life as a copy of #1002399
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002531 |
Snippet name: | jparse1 - uses new parser |
Eternal ID of this version: | #1002531/1 |
Text MD5: | 8ce08f27fe239d4d2b1d7387e7a10f7b |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-18 19:12:59 |
Source code size: | 319 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 693 / 698 |
Referenced in: | [show references] |