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

8
LINES

< > BotCompany Repo | #1014758 // parseFunctionCall - synonym of tok_parseFunctionCall

JavaX fragment (include)

// returns pair(functionName, args)
static Pair<S, LS> parseFunctionCall(S s) {
  ret tok_parseFunctionCall(s);
}
  
static Pair<S, LS> parseFunctionCall(L<S> tok) {
  ret tok_parseFunctionCall(tok);
}

Author comment

Began life as a copy of #1012494

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: #1014758
Snippet name: parseFunctionCall - synonym of tok_parseFunctionCall
Eternal ID of this version: #1014758/2
Text MD5: ebbb33bc39a1ca774da403ecf19eab7c
Author: stefan
Category: javax / parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-01 14:25:48
Source code size: 208 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 373 / 400
Version history: 1 change(s)
Referenced in: [show references]