1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:07:34 +00:00

JSSpecCompiler: Parse <sup> as raising a number to a power in xspec mode

This commit is contained in:
Dan Klishch 2024-01-20 20:54:03 -05:00 committed by Andrew Kaster
parent 394c9b7006
commit bd26e5dce9
6 changed files with 18 additions and 4 deletions

View file

@ -253,7 +253,8 @@ protected:
F(MemberAccess) \
F(Minus) \
F(Multiplication) \
F(Plus)
F(Plus) \
F(Power)
#define NAME(name) name,
#define STRINGIFY(name) #name##sv,