Bill Currie
|
695b3ba0d0
|
[qfcc] Rearrange vecexpr.r for easier debugging
Putting the most likely function to have problems at the top reduces
break-point shenanigans.
|
2020-03-08 16:50:39 +09:00 |
|
Bill Currie
|
c3fa78ef4d
|
Include test for 2d vector expressions
|
2019-07-06 14:49:28 +09:00 |
|
Bill Currie
|
0f1f477e64
|
Set up temp aliases correctly
Fixes vector expressions as sub-expresses. I really don't know why I did
the temp alias setup that way.
|
2019-06-18 10:38:19 +09:00 |
|
Bill Currie
|
c40f4194e9
|
Use tempop_visit_all for flow and dags
Fixes t3 of vecexpr, but t2 is broken (lost first assignment).
|
2019-06-16 16:56:39 +09:00 |
|
Bill Currie
|
08ab42fc15
|
Handle vector expressions as sub-expressions
Now my little game builds again :)
|
2019-06-10 15:50:35 +09:00 |
|
Bill Currie
|
2a2754e581
|
More ways to break qfcc :/
|
2018-10-15 19:48:19 +09:00 |
|
Bill Currie
|
6c53be928b
|
Support returning vector expressions.
Currently fails due to a scheduling problem when the vector expression
contains functions.
|
2018-10-13 23:32:53 +09:00 |
|