]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Add support for Hexadecimal floating point literals
authorwszqkzqk <wszqkzqk@qq.com>
Fri, 9 Dec 2022 12:07:59 +0000 (20:07 +0800)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 30 Jan 2023 14:04:26 +0000 (15:04 +0100)
commit54ca3c304d252eda7fe7ee50014ca28a3b68dd19
treed0d1e349b70e1228a66c984c5a1e9d2b72e35fc6
parent760e1041346593bec39897b21eb965f8d1f7dbd2
vala: Add support for Hexadecimal floating point literals

https://gcc.gnu.org/onlinedocs/gcc/Hex-Floats.html#Hex-Floats
tests/Makefile.am
tests/basic-types/floats-hexadecimal.c-expected [new file with mode: 0644]
tests/basic-types/floats-hexadecimal.vala [new file with mode: 0644]
tests/scanner/floats-hexadecimal-invalid1.test [new file with mode: 0644]
tests/scanner/floats-hexadecimal-invalid2.test [new file with mode: 0644]
tests/semantic/realliteral-exponent-has-no-digits4.test [new file with mode: 0644]
tests/semantic/realliteral-exponent-has-no-digits5.test [new file with mode: 0644]
vala/valarealliteral.vala
vala/valascanner.vala