mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:18:12 +00:00
LibJS: Parse === and !== binary operators
This commit is contained in:
parent
9d41aa4d5d
commit
e88f2f15ee
4 changed files with 42 additions and 6 deletions
|
@ -54,6 +54,7 @@ private:
|
|||
int m_current_char;
|
||||
|
||||
static HashMap<String, TokenType> s_keywords;
|
||||
static HashMap<String, TokenType> s_three_char_tokens;
|
||||
static HashMap<String, TokenType> s_two_char_tokens;
|
||||
static HashMap<char, TokenType> s_single_char_tokens;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue