Libraryless. Click here for Pure Java version (3058L/19K).
static FunctionCall ai_newEngine_parseFunctionCall(S s) { Pair<S, LS> p = parseFunctionCall(s); ret p == null ? null : FunctionCall(p.a, mapToObjectArray(p.b, arg -> isDollarVar(arg) ? SymVar(arg) : parseSimpleJavaObject(arg))); }
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: | 378 / 507 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |