randomselect "vector / vector float"
#randomselect "float % float float"
randomselect "vector >< vector vector"
- randomselect "float >> float float"
- randomselect "float << float float"
+ #randomselect "float >> float float"
+ #randomselect "float << float float"
randomselect "float < float float"
randomselect "float > float float"
randomselect "float <=> float float"
build_random_expression "$((depth - 1))" "$randomselect_choice"
nextvar
compiletime="$op($compiletime)"
- runtime="$runtime;$NL$TAB""CHECK($type, $var, $op${vars##* }, $op($compiletime))"
+ runtime="$runtime;$NL$TAB""CHECK($type, $var, $op${vars##* }, $compiletime)"
vars="$vars;$NL$type $var"
;;
esac
;;
esac
newvars
- build_random_expression 1 "$type"
+ build_random_expression 3 "$type"
cat <<EOF >foo.qc
void print(...) = #1;
string ftos(float) = #2;