summaryrefslogtreecommitdiff
path: root/AK/DateTimeLexer.h
AgeCommit message (Collapse)Author
2023-01-27AK: Remove unused DateTimeLexer classSam Atkins
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
This patch adds the `USING_AK_GLOBALLY` macro which is enabled by default, but can be overridden by build flags. This is a step towards integrating Jakt and AK types.
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-07-12AK: Add a DateTimeLexerIdan Horowitz
This is an AK::GenericLexer that exposes helper methods for parsing date and time related literals (years, months, days, hours, minutes, seconds, fractional seconds & more)