initial commit

Signed-off-by: seonghyun kim <sh8281.kim@samsung.com>
This commit is contained in:
seonghyun kim 2016-11-17 22:19:49 +09:00
commit 485fbc25af
985 changed files with 436419 additions and 0 deletions

10
src/parser/Script.cpp Normal file
View file

@ -0,0 +1,10 @@
#include "Escargot.h"
#include "Script.h"
namespace Escargot {
Script::Script()
{
}
}