Siubaak / sval

A javascript interpreter written in javascript
https://jsbin.com/kehahiqono/edit?js,console
MIT License
379 stars 50 forks source link

Maximum call stack size exceeded #73

Closed ghost closed 3 years ago

ghost commented 3 years ago

Screenshot 2021-06-03 132629

Code Execution Example

P.S. if you want to know, I'm on Chrome 90.0.4430.212

Siubaak commented 3 years ago

That's a bug of acorn, used by sval as a parser.