1 | static void je_postThens(L<JE_CascadeEntry> rule) { |
2 | int i = je_indexOfThen(rule); |
3 | if (i < 0) i = 0; // all then |
4 | for (; i < l(rule); i++) { |
5 | JE_CascadeEntry e = rule.get(i); |
6 | continue if e.java; |
7 | L<S> tok = tok_withoutOuterBrackets(e.tok); |
8 | T3<S> t = ai_tripelize(join(tok)); |
9 | post(t); |
10 | } |
11 | } |
Began life as a copy of #1012905
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: | #1012917 |
Snippet name: | je_postThens |
Eternal ID of this version: | #1012917/3 |
Text MD5: | 25ecf3b87ceee07d6c4357584bfc0ef1 |
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-18 00:12:04 |
Source code size: | 321 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 457 / 430 |
Version history: | 2 change(s) |
Referenced in: | [show references] |