codecombat / esper.js

A javascript self-interpreter with a focus on sandboxed execution and runtime introspection.
MIT License
98 stars 19 forks source link

handle cpp list #30

Closed smallst closed 3 years ago

smallst commented 3 years ago

add support for cpp list value

see also in https://github.com/codecombat/jaba/pull/2

basicer commented 3 years ago

I think it would be better to patch ArrayValue.make inside jaba's setupEngine logic. This would apply the behavior to more Arrays and keep things more cleanly separated.

smallst commented 3 years ago

close because of unnecessary changes