mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
LibJS: Implement <= and >= binary operators
This commit is contained in:
parent
fdf7f81ba9
commit
0fe87c5fec
6 changed files with 38 additions and 0 deletions
|
@ -58,11 +58,13 @@ enum class TokenType {
|
|||
Finally,
|
||||
Function,
|
||||
GreaterThan,
|
||||
GreaterThanEquals,
|
||||
Identifier,
|
||||
If,
|
||||
Interface,
|
||||
Invalid,
|
||||
LessThan,
|
||||
LessThanEquals,
|
||||
Let,
|
||||
Minus,
|
||||
MinusEquals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue