ladybird/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 Userland: Teach the file utility about zip files 2023-07-11 17:48:57 +01:00
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 Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
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 Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00