serenity/Userland
Sam Kravitz 073eb46824 LibJS: Apply the correct precedence for unary + and - operators
When determining the precedence of the + and - operators, the parser
always returned the precedence using these operators in a binary
expression (lower than division!). The context of whether the operator
is used in a unary or binary expression must be taken into account.
2023-08-08 07:41:07 +02:00
..
Applets Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Applications LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
BuggieBox
Demos Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
DevTools Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
DynamicLoader
Games Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Libraries LibJS: Apply the correct precedence for unary + and - operators 2023-08-08 07:41:07 +02:00
Services LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
Shell Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
Utilities LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
CMakeLists.txt