ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 1d735105c3 LibUnicode: Generate per-locale, per-calendar formats out of line
Currently, there's only a handful of entries in these arrays, so it is
not a huge deal to generate them inline with the struct that holds them.
But they will each soon contain a few hundred entries. Generate them out
of line for easier viewing in the generated code.
2021-12-06 15:46:34 +01:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for date-time formatting 2021-11-29 22:48:46 +00:00
GenerateUnicodeData.cpp LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Generate per-locale, per-calendar formats out of line 2021-12-06 15:46:34 +01:00
GenerateUnicodeLocale.cpp LibUnicode: Do not generate data for "generic" calendars 2021-12-01 16:36:26 +00:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Generate unique number format structures 2021-12-06 15:46:34 +01:00
GeneratorUtil.h LibUnicode: Generalize the generators' unique string storage 2021-12-06 15:46:34 +01:00