Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1002531 // jparse1 - uses new parser

JavaX fragment (include)

static O jparse1_parser;

// only parse, no explain
static synchronized O jparse1(S text) {
  if (jparse1_parser == null) {
    jparse1_parser = run_overBot("#1002719");
    setOpt(jparse1_parser, "keepRules", true);
  }
  //setOpt(jparse1_parser, "debug", true);
  ret call(jparse1_parser, "jparse", text);
}

Author comment

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: 576 / 577
Referenced in: [show references]