1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 11:20:59 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Timothy Flynn 0d8120eeb2 LibUnicode: Perform number system lookups by enumeration value
Now that number systems are generated as an enum, we can generated the
number system data in the order of that enum. This lets us perform
lookups of that data by index instead of a loop of string comparisons.
2022-01-12 10:49:07 +01:00
..
IPCCompiler IPCCompiler: Default initialize all parameter member variables 2021-12-22 13:29:31 -08:00
LibTimeZone LibTimeZone: Use new AK::Time factory method in generated code 2022-01-11 23:56:35 +01:00
LibUnicode LibUnicode: Perform number system lookups by enumeration value 2022-01-12 10:49:07 +01:00
LibWeb Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
StateMachineGenerator Meta: Define and use lagom_tool() CMake helper function for all Tools 2021-09-15 19:04:52 +04:30
CMakeLists.txt LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generator 2022-01-08 12:45:34 +01:00