Images 💾

Last commit ⭐

commit f4b3bb519f4dcf9aa79b68420da4e7250226ecb7
Author:     Slappy826 <summon123@hotmail.com>
AuthorDate: Fri Aug 26 11:14:04 2022 -0500
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Tue Aug 30 01:00:48 2022 +0100

    LibJS: Handle non-decimal integer literals in Value::to_number
    
    Implements support for parsing binary and octal literals, and fixes
    instances where a hex literal is parsed in ways the spec doesn't
    allow.