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

23
LINES

< > BotCompany Repo | #1002420 // Parser Test

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

Libraryless. Click here for Pure Java version (2544L/18K/56K).

!759

static S rules = [[

  case-insensitive
  
  if the available commands are <cmdlist>, which command is <quoted> likely to mean? = question
  
  <quoted> = cmd
  <cmd> = cmdlist
  <cmd> <and> <cmdlist> = cmdlist
  , = and
  and = and
  
]];

p {
  O parser = newParser();
  setOpt(parser, "debug", true);
  S input = [[If the available commands are "load", "save" and "quit", which command is "q" likely to mean?]];
  O parseResult = call(parser, "parse", input, rules);
  printStructure(call(parseResult, "explain", "question"));
}

Author comment

Began life as a copy of #1002418

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002420
Snippet name: Parser Test
Eternal ID of this version: #1002420/1
Text MD5: e15e1fecbe74252617671ed91f0acfe0
Transpilation MD5: 7cefe122018dd68240fb3e8771b823de
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-01-20 22:06:38
Source code size: 559 bytes / 23 lines
Pitched / IR pitched: No / No
Views / Downloads: 580 / 577
Referenced in: [show references]