1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Sam Atkins a97944e483 LibWeb: Add a new code generator for CSS enums
Alias values are represented by "alias-name=real-name".

We have a lot of repetitive code for converting between ValueID and
property-specific enums. Let's see if we can generate it. :^)

This first step just produces the enums, from a JSON file. The values in
there are a duplication of what's in Properties.json, but eventually
those will go away.
2022-04-14 14:54:06 +02:00
..
IPCCompiler Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibEDID Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibTimeZone Everywhere: Deduplicate day/month name constants 2022-03-18 23:48:50 +00:00
LibUnicode LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35 2022-03-30 14:24:32 +01:00
LibWeb LibWeb: Add a new code generator for CSS enums 2022-04-14 14:54:06 +02:00
StateMachineGenerator Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt Meta+LibEDID: Download and generate the PNP ID database 2022-01-23 22:45:21 +00:00