Add human-readable syntax errors

This commit is contained in:
Ilmir Usmanov
2014-10-03 19:01:45 +04:00
parent c4c713535e
commit 3819883f80
8 changed files with 392 additions and 358 deletions
-2
View File
@@ -22,6 +22,4 @@ void parser_init (const char *, size_t, bool);
void parser_parse_program (void);
void parser_free (void);
void parser_fatal (jerry_status_t code);
#endif