On Mon, 8 Sep 2003, Leopold Toetsch wrote: > While playing with YAL (Yet Another Language) I'm discovering a lot of > asymmetries in ops files: > > neg_p is missing (neg_p_p only, but neg_i is there) > mod_p_p_i, mod_p_p_n are missing (add, sub, ... have these variants) > keyed assign ops are missing (set only) > > The question is what to do: > 1) should these ops just be implemented or
This one. We can consider pruning out unused variants later, after we've been up and running and have reasonable HLL output to check against. Dan