[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
removal of translator hack
- To: <heh>
- Subject: removal of translator hack
- From: Eric Dean Tribble <tribble>
- Date: Mon, 20 Nov 89 13:36:49 PST
- Cc: <xtech>
- In-reply-to: <Hugh>,02 PST <8911202118.AA25082@xanadu>
sounds good! So far I've avoided modifying the parse node classes
specifically for the translator. Your changes start along a path that
is cleaner for lots of things: make a prse-tree, then transform the
parsetree, then print the result. TypeDescription objects also lean
in this direction. They really ought to be a different type of
ParseNode.
good stuff
dean