CanadaHonk / porffor

A from-scratch experimental AOT JS engine, written in JS
https://porffor.dev
MIT License
2.72k stars 61 forks source link

Add spread arguments for function calls #95

Open BobVarioa opened 4 months ago

BobVarioa commented 4 months ago

i.e. foo(...args)

CanadaHonk commented 4 weeks ago

Mostly done, but unsupported if not the last element