quakeforge/tools/qfcc
Bill Currie 563de20208 [qfcc] Give branch expressions their own type
This includes calls and unconditional jumps, relative and through a
table. The parameters are all lumped into the one object, with some
being unused by the different types (eg, args and ret_type used only by
call expressions). Just having nice names for the parameters (instead of
e1 and e2) makes it nice, even with all the sub-types lumped together.

No mysterious type aliasing bugs this time ;)
2022-01-09 14:02:16 +09:00
..
doc
include [qfcc] Give branch expressions their own type 2022-01-09 14:02:16 +09:00
source [qfcc] Give branch expressions their own type 2022-01-09 14:02:16 +09:00
test
AUTHORS
Makemodule.am
TODO