1 | static S ai_renderParseResult(ParseResult1 p) {
|
2 | ret p == null ? "-" : "[" + l(p.assumptions) + ", " + p.category + "] " |
3 | //+ joinNemptiesWithComma(ai_renderMatchWithQuestionMarks(p.assumptions), ai_renderMatch(p.matches)) |
4 | + ai_renderMatchesAndAssumptions(p) |
5 | + " | pattern " + quote(joinWithSpace(p.pat)) |
6 | /*+ " for input " + quote(joinWithSpace(p.input))*/; |
7 | } |
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: | #1017313 |
| Snippet name: | ai_renderParseResult |
| Eternal ID of this version: | #1017313/4 |
| Text MD5: | e32f46708478594e1e23458f037c9137 |
| 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-16 17:07:06 |
| Source code size: | 385 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 559 / 587 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |