mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-21 03:10:26 +00:00
Our floating point number parser was based on the fast_float library: https://github.com/fastfloat/fast_float However, our implementation only supports 8-bit characters. To support UTF-16, we will need to be able to convert char16_t-based strings to numbers as well. This works out-of-the-box with fast_float. We can also use fast_float for integer parsing. |
||
|---|---|---|
| .. | ||
| Pattern | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Host.cpp | ||
| Host.h | ||
| Origin.cpp | ||
| Origin.h | ||
| Parser.cpp | ||
| Parser.h | ||
| Site.cpp | ||
| Site.h | ||
| URL.cpp | ||
| URL.h | ||