jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.95k stars 673 forks source link

Merge eval_dev branch to master #21

Closed chunseoklee closed 9 years ago

chunseoklee commented 9 years ago

'require' function in iotjs need eval feature which is not supported by current jerryscript/master branch. Thus, eval_dev should be merged into master.

ruben-ayrapetyan commented 9 years ago

The eval_dev branch contains temporary implementation of eval, prepared because eval functionality is necessary for iotjs development. The branch isn't supposed to be merged into master.

We are currently working on another, comprehensive eval implementation, that would be merged into master. Until new implementation is done, please, use the eval_dev branch.

If it is necessary, we could rebase eval_dev on current master branch.

chunseoklee commented 9 years ago

OK. Until eval implementation is done, I will work on eval_dev branch. Please rebase eval_dev.

ruben-ayrapetyan commented 9 years ago

eval_dev is rebased. Please, check.