mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
3e142534c9
Subtraction is implemented as adding a negative (with the plan of optimizing it later). The idea is to give tree inspection and manipulation a more consistent view without having to worry about addition vs subtraction. Negation is moved as high as possible in the expression, but is always below an extend expression. The plane here is that the manipulation code can bypass an alias-add-extend combo and see the negation. |
||
---|---|---|
.. | ||
doc | ||
include | ||
source | ||
test | ||
AUTHORS | ||
Makemodule.am | ||
TODO |