ladybird/Meta/Lagom/Tools/CodeGenerators
Sam Atkins fd45c53c11 LibWeb: Parse descriptors as style values, using the JSON data
The goal here is to do something a bit smarter with the parsing here
than we do for properties. Instead of the JSON saying "here are the
values, and here are the keywords, and we can have up to 3", here we
place the syntax in the JSON directly (though currently broken up as
one string per option) and then we attempt to parse each one in
sequence. It's something we'll need eventually for `@property` among
other things.

...However, in this first pass, I've gone with the simplest option of
hard-coding the types instead of figuring them out properly. So there's
a PositivePercentage type and a UnicodeRangeTokens type, instead of
properly implementing the grammar for those in a generic way.
2025-04-04 10:40:32 +01:00
..
IPCCompiler LibWeb: Send IPC messages exceeding socket buffer through shared memory 2025-04-03 13:55:41 +02:00
LibTextCodec AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
LibURL LibURL+LibWebView: Move public suffix data to LibURL 2024-11-30 12:07:39 +01:00
LibWeb LibWeb: Parse descriptors as style values, using the JSON data 2025-04-04 10:40:32 +01:00
CMakeLists.txt LibURL+LibWebView: Move public suffix data to LibURL 2024-11-30 12:07:39 +01:00