Add support for eval in parser.
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
committed by
Ruben Ayrapetyan
parent
57c6c377af
commit
3577261261
@@ -74,8 +74,9 @@ main (int __attr_unused___ argc,
|
||||
|
||||
mem_init ();
|
||||
serializer_init ();
|
||||
parser_init (program, strlen (program), true);
|
||||
parser_parse_program ();
|
||||
parser_set_show_opcodes (true);
|
||||
parser_init ();
|
||||
parser_parse_script (program, strlen (program));
|
||||
parser_free ();
|
||||
|
||||
opcode_t opcodes[] =
|
||||
|
||||
Reference in New Issue
Block a user