index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Token.cpp
Age
Commit message (
Expand
)
Author
2020-08-14
LibJS: Add missing reserved words to Token::is_identifier_name()
Linus Groh
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-22
LibJS: Fix \x escapes of bytes with high bit set
Nico Weber
2020-06-01
LibJS: Fix out-of-bounds read when parsing escape sequences
Sergey Bugaev
2020-05-18
LibJS: Handle hex and unicode escape sequences in string literals
Matthew Olsson
2020-05-04
LibJS: Add template literals
mattco98
2020-04-24
LibJS: Add TokenType::TemplateLiteral
Linus Groh
2020-04-18
LibJS: Allow reserved words as keys in object expressions.
Stephan Unverwerth
2020-04-05
LibJS: Add numeric literal parsing for different bases and exponents
Stephan Unverwerth
2020-04-04
LibJS: Hack the lexer to allow numbers with decimals
Andreas Kling
2020-03-30
LibJS: Use some macro magic to avoid duplicating all the token types
Andreas Kling
2020-03-29
LibJS: Lexer and parser support for "switch" statements
Andreas Kling
2020-03-21
LibJS: Parse object expressions
0xtechnobabble
2020-03-16
LibJS: Implement null and undefined literals
0xtechnobabble
2020-03-14
LibJS: Unescape strings in Token::string_value()
Stephan Unverwerth
2020-03-14
LibJS: Strip double-quote characters from StringLiteral tokens
Andreas Kling
2020-03-14
LibJS: Lex single quote strings, escaped chars and unterminated strings
Stephan Unverwerth
2020-03-14
LibJS: Add missing tokens to name()
Oriko
2020-03-14
LibJS: Add operator precedence parsing
Stephan Unverwerth
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth