summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Lexer.h
AgeCommit message (Expand)Author
2023-01-26LibJS: Remove some usage of DeprecatedString usage from LexerEvan Smal
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-22LibJS: Reduce AST memory usage by shrink-wrapping source range infoAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2021-12-29LibJS: Detect invalid unicode and stop lexing at that pointdavidot
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-18LibJS: Make Lexer::s_keywords store keywords as FlyStringAndreas Kling
2021-09-10LibJS: Share "parsed identifiers" between copied JS::Lexer instancesAndreas Kling
2021-08-24LibJS: Fix some small remaining issues with parsing unicode escapesdavidot
2021-08-19LibJS: Allow Unicode escape sequences in identifiersTimothy Flynn
2021-08-16LibJS: Correctly handle Unicode characters in JS source textdavidot
2021-08-16LibJS: Force the lexer to parse a regex when expecting a statementdavidot
2021-08-15LibJS: Add a mode to parse JS as a moduledavidot
2021-06-26LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)Andreas Kling
2021-06-13Userland: Allow building SerenityOS with -funsigned-charGunnar Beutner
2021-05-29Everywhere: Use s.unverwerth@serenityos.org :^)Stephan Unverwerth
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-01LibJS: Keep track of file names, lines and columns inside the ASTJean-Baptiste Boric
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling