Fix: parsing regex and div operator correctly

JerryScript-DCO-1.0-Signed-off-by: Hanjoung Lee hanjoung.lee@samsung.com
This commit is contained in:
Hanjoung Lee
2015-10-08 16:47:35 +09:00
parent 86480f6168
commit 448984dd74
7 changed files with 137 additions and 23 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ typedef struct
void lexer_init (const jerry_api_char_t *, size_t, bool);
token lexer_next_token (void);
token lexer_next_token (bool);
void lexer_save_token (token);
token lexer_prev_token (void);