1 | // returns pair(functionName, args) |
2 | static Pair<S, LS> parseFunctionCall(S s) { |
3 | ret tok_parseFunctionCall(s); |
4 | } |
5 | |
6 | static Pair<S, LS> parseFunctionCall(L<S> tok) { |
7 | ret tok_parseFunctionCall(tok); |
8 | } |
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: | 467 / 493 |
Version history: | 1 change(s) |
Referenced in: | [show references] |