mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 15:30:09 +00:00
LibJS: Parse === and !== binary operators
This commit is contained in:
parent
9d41aa4d5d
commit
e88f2f15ee
Notes:
sideshowbarker
2024-07-19 08:44:56 +09:00
Author: https://github.com/deoxxa
Commit: e88f2f15ee
Pull-request: https://github.com/SerenityOS/serenity/pull/1425
Reviewed-by: https://github.com/sunverwerth
4 changed files with 42 additions and 6 deletions
|
@ -53,8 +53,10 @@ enum class TokenType {
|
|||
Eof,
|
||||
Equals,
|
||||
EqualsEquals,
|
||||
EqualsEqualsEquals,
|
||||
ExclamationMark,
|
||||
ExclamationMarkEquals,
|
||||
ExclamationMarkEqualsEquals,
|
||||
Finally,
|
||||
Function,
|
||||
GreaterThan,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue