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