Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#3933
DeVaultSetter
Keymaster

    Is it possible to refactor code to run from custom operators? So define operators f+ as float plus, d+ as float double, f- as float minus, d- as double minus etc.. This obeys the usual arithmetical precedence rules in converting the surrounding operands to the type specified by the operator. Bound to be messy and slow in large expressions of mixed types so two operands per statement is best. Non numerical operators must then be represented in their numerical forms by conversion functions if necessary.
    An idea for the backburner, less one chooses to take on the challenge of crunching a bit bucket load of numbers in Pacman fashion for that extra edge in Morrowind modding power. 😛