1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:37:34 +00:00

LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generator

The IANA Time Zone Database contains data needed, at least, for various
JavaScript objects. This adds plumbing for a parser and code generator
for this data. The generated data will be made available by LibTimeZone,
much like how UCD and CLDR data is available through LibUnicode.
This commit is contained in:
Timothy Flynn 2021-12-22 16:33:38 -05:00 committed by Linus Groh
parent 9ba386a7bb
commit 8669b25cea
8 changed files with 184 additions and 6 deletions

View file

@ -1,4 +1,5 @@
add_subdirectory(IPCCompiler)
add_subdirectory(LibTimeZone)
add_subdirectory(LibUnicode)
add_subdirectory(LibWeb)
add_subdirectory(StateMachineGenerator)