[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
another minor translator enhancement
- To: <heh>
- Subject: another minor translator enhancement
- From: Eric Dean Tribble <tribble>
- Date: Mon, 23 Oct 89 12:48:51 PDT
- Cc: <xtech>
- In-reply-to: <Hugh>,42 PDT <8910231830.AA01619@xanadu>
The translator currently handles most operators correctly. Smalltalk
operators are almost the same as C++ operators. Anytime it writes out
an operator name for a method, it prefixes it with 'operator'. That
doesn't handle '[]' and '()'. Did you change the parts of the
translator that currently do the 'operator' prefixing to use the new
routine? I trust the standard override and selectorMap mechanism can
now handle all operators.
dean