Escargot is a lightweight JavaScript engine designed specifically for resource-constrained environments.
  • C++ 91.5%
  • Python 4.1%
  • JavaScript 2%
  • Java 1.7%
  • CMake 0.5%
  • Other 0.2%
Find a file
seonghyun kim a545adebf5 implement declare var, Function Decl, Function Expression
Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
2016-11-30 19:01:37 +09:00
build initial commit 2016-11-17 22:19:49 +09:00
deps initial commit 2016-11-17 22:19:49 +09:00
src implement declare var, Function Decl, Function Expression 2016-11-30 19:01:37 +09:00
third_party 1. add ast nodes 2016-11-18 21:02:53 +09:00
build_third_party.sh initial commit 2016-11-17 22:19:49 +09:00
Makefile 1. implement simple ByteCode (load, store, binary plus) 2016-11-29 22:40:21 +09:00