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
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