1 | static O parse1_debug_parser; |
2 | |
3 | static O parse1_debug(S text, S rules) {
|
4 | ret parse1_debug(javaTok(text), rules); |
5 | } |
6 | |
7 | // only parse, no explain |
8 | static synchronized O parse1_debug(L<S> tok, S rules) {
|
9 | if (parse1_debug_parser == null) |
10 | parse1_debug_parser = run_overBot(#1002719); |
11 | setOpt(parse1_debug_parser, "debug", true); |
12 | ret call(parse1_debug_parser, "parse", tok, rules); |
13 | } |
Began life as a copy of #1002684
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: | #1008980 |
| Snippet name: | parse1_debug - uses bottom-up parser |
| Eternal ID of this version: | #1008980/1 |
| Text MD5: | 32b4c62fae330fc9a006494bed0de645 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-06-21 19:10:33 |
| Source code size: | 396 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 712 / 781 |
| Referenced in: | [show references] |