index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Lexer.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Use default StringView constructor over nullptr
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-02-13
LibJS: Always inline Lexer::current_code_point()
Andreas Kling
2022-02-13
LibJS: Add ASCII fast path to Lexer::current_code_point()
Andreas Kling
2022-01-19
LibJS: Set Token's m_offset to the value's start index
Linus Groh
2021-12-29
LibJS: Detect invalid unicode and stop lexing at that point
davidot
2021-12-21
LibJS: Make new lines in block comments reset line has token
davidot
2021-11-30
LibJS: Treat private identifier as divisible token
davidot
2021-11-30
LibJS: Disallow numerical separators in octal numbers and after '.'
davidot
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-20
LibJS: Lex private identifiers, identifiers prefixed with a '#'
davidot
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-03
LibJS: Add a specific test for invalid unicode characters in the lexer
davidot
2021-10-02
LibJS: Remove read buffer overflow in Lexer::consume
Luke Wilde
2021-09-18
LibJS: Always inline two hot (and trivial) functions in JS::Lexer
Andreas Kling
2021-09-18
LibJS: Make Lexer::s_keywords store keywords as FlyString
Andreas Kling
2021-09-18
LibJS: Avoid a temporary AK::String when lexing already-seen identifiers
Andreas Kling
2021-09-14
LibJS: Skip ID_{Start,Continue} property lookup for any ASCII characters
Linus Groh
2021-09-10
LibJS: Share "parsed identifiers" between copied JS::Lexer instances
Andreas Kling
2021-09-06
LibJS: Clean up token constructor and use method instead for identifiers
davidot
2021-08-25
LibJS: Fix incorrect Lexer VERIFY when parsing Unicode characters
Brian Gianforcaro
2021-08-24
LibJS: Disallow yield expression correctly in formal parameters
davidot
2021-08-24
LibJS: Fix some small remaining issues with parsing unicode escapes
davidot
2021-08-19
LibJS: Allow Unicode escape sequences in identifiers
Timothy Flynn
2021-08-16
LibJS: Correctly handle Unicode characters in JS source text
davidot
2021-08-16
LibJS: Force the lexer to parse a regex when expecting a statement
davidot
2021-08-16
LibJS: Fix that a windows-style new line was not escaped properly
davidot
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-07-11
LibJS: Implement parsing and evaluation for AssignmentPatterns
Ali Mohammad Pur
2021-07-02
LibJS: Make a slash after a curly close mean not-division
Ali Mohammad Pur
2021-06-26
LibJS+LibCrypto: Allow '_' as a numeric literal separator :^)
Andreas Kling
2021-06-22
LibJS: Disallow whitespace or comments between regex literal and flags
Linus Groh
2021-06-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-14
LibJS: Add support for hex, octal & binary big integer literals
Idan Horowitz
2021-06-13
LibJS: Use the new is_ascii_foo() helpers from AK
Andreas Kling
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibJS: Use 'if constexpr' / dbgln_if() instead of '#if LEXER_DEBUG'
Linus Groh
2021-03-01
LibJS: Keep track of file names, lines and columns inside the AST
Jean-Baptiste Boric
2021-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling