Libraryless. Click here for Pure Java version (3058L/19K).
1 | static FunctionCall ai_newEngine_parseFunctionCall(S s) { |
2 | Pair<S, LS> p = parseFunctionCall(s); |
3 | ret p == null ? null : FunctionCall(p.a, |
4 | mapToObjectArray(p.b, arg -> isDollarVar(arg) ? SymVar(arg) : parseSimpleJavaObject(arg))); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027904 |
Snippet name: | ai_newEngine_parseFunctionCall |
Eternal ID of this version: | #1027904/2 |
Text MD5: | e2a083fa6e766f47f7070bb91c5af92a |
Transpilation MD5: | b328a226cdfce7d7adb9b56231b50aa2 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-16 17:23:43 |
Source code size: | 242 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 184 / 274 |
Version history: | 1 change(s) |
Referenced in: | [show references] |