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

13
LINES

< > BotCompany Repo | #1008993 // Test parsing var #= "bla" [OK]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (3234L/21K/71K).

!7

p {
  S s = "var #= \"bla\"";
  O parseResult = parse1_debug(s, ctxParsingRules());
  print(call(parseResult, "prettierAnalysis"));
  parse1("", "");
  set(parse1_parser, debug := true);
  Explain.debug = true;
  printExplainTree(explain(s, ctxParsingRules(), "match"));
  
  CtxExpr exp = ctxParseExpression(s);
}

Author comment

Began life as a copy of #1008981

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: #1008993
Snippet name: Test parsing var #= "bla" [OK]
Eternal ID of this version: #1008993/8
Text MD5: fa1f16d2eb35f7151c835708114cc7bc
Transpilation MD5: a08e00d16c8c5d33ea27bb85b751e2de
Author: stefan
Category: javax / a.i.
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-06-23 00:21:54
Source code size: 330 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 399 / 498
Version history: 7 change(s)
Referenced in: [show references]