vult-dsp / vult

Vult is a transcompiler well suited to write high-performance DSP code
https://vult-dsp.github.io/vult
Other
493 stars 25 forks source link

Add Javascript reserved keywords #21

Closed cristiano-belloni closed 7 years ago

cristiano-belloni commented 7 years ago

List taken from here + undefined and NaN. Not sure about int and true + false. Do they clash in any way with the way the compiler recognizes Vult tokens?

modlfo commented 7 years ago

Thank you!