Closed katsaii closed 3 weeks ago
Related to #138, adds a wrapper function that should fix any bugs up to 16 args. Potentially terribly slow, let's hope the fast paths (call_0, call_1, ... , call_5) catch most cases.
call_0
call_1
call_5
TODO: Tidy up this code in Catspeak 4, because it is abysmal.
Related to #138, adds a wrapper function that should fix any bugs up to 16 args. Potentially terribly slow, let's hope the fast paths (
call_0
,call_1
, ... ,call_5
) catch most cases.TODO: Tidy up this code in Catspeak 4, because it is abysmal.