1 | static void ai_spec_parseIf(S s) {
|
2 | new Matches m; |
3 | if (swic_trim(s, "if ", m) && l(javaTokC(m.rest())) > 1 && !isCurlyBraced(m.rest())) |
4 | ai_postTriple(s, "possibly parses as", takeFirst(3, s) + curlyBrace(m.rest())); |
5 | } |
Began life as a copy of #1011743
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: | #1011748 |
| Snippet name: | ai_spec_parseIf - now disabled |
| Eternal ID of this version: | #1011748/6 |
| Text MD5: | 660f22aa30841d41c7674995e5c6a372 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-19 01:10:59 |
| Source code size: | 228 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 725 / 807 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |