1 | sclass ai_Reconstructed { |
2 | WeightedProduction production; |
3 | AI_BottomUpParser1.Word a, b; // b may be null if it's a subclassing |
4 | |
5 | *(WeightedProduction *production, AI_BottomUpParser1.Word *a, AI_BottomUpParser1.Word *b) {} |
6 | *(WeightedProduction *production, AI_BottomUpParser1.Word *a) {} |
7 | |
8 | toString { ret sfu(production) + " - " + a.text() + (b == null ? "" : " + " + b.text()); } |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017404 |
Snippet name: | ai_Reconstructed |
Eternal ID of this version: | #1017404/1 |
Text MD5: | bbe667104fd02afe3a35404ed94e5500 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-19 19:39:13 |
Source code size: | 400 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 413 / 964 |
Referenced in: | [show references] |