(id)
| 79388 | } |
| 79389 | |
| 79390 | function suffix(id) { |
| 79391 | var sym = symbol(id, 150) |
| 79392 | sym.led = function(left) { |
| 79393 | this.children = [left] |
| 79394 | this.type = 'suffix' |
| 79395 | return this |
| 79396 | } |
| 79397 | } |
| 79398 | |
| 79399 | function assignment(id) { |
| 79400 | return infixr(id, 10, function(left) { |
no test coverage detected