| 337 | |
| 338 | |
| 339 | Symbol * |
| 340 | ASTNode::codegen (Symbol *dest) |
| 341 | { |
| 342 | codegen_children (); |
| 343 | // FIXME -- nobody should ever call this |
| 344 | std::cout << "codegen " << nodetypename() << " : " |
| 345 | << (opname() ? opname() : "") << "\n"; |
| 346 | return NULL; |
| 347 | } |
| 348 | |
| 349 | |
| 350 |
no test coverage detected