Matthew Olsson
|
bc1c556755
LibJS: Move regex logic to main Lexer if statement
|
5 年 前 |
Matthew Olsson
|
cc7462daeb
LibJS: Properly consume escaped backslash in regex literal
|
5 年 前 |
Matthew Olsson
|
1fadde2483
LibJS: Fix big int division lexing as UnterminatedRegexLiteral
|
5 年 前 |
Linus Groh
|
0ff9d7e189
LibJS: Add BigInt
|
5 年 前 |
Matthew Olsson
|
61ac1d3ffa
LibJS: Lex and parse regex literals, add RegExp objects
|
5 年 前 |
Paul Redmond
|
11405c5139
LibJS: Fix incorrect token column values (#2401)
|
5 年 前 |
Linus Groh
|
00b61a212f
LibJS: Remove syntax errors from lexer
|
5 年 前 |
Linus Groh
|
1383cd23bc
LibJS: Add missing keywords/tokens
|
5 年 前 |
Linus Groh
|
a2e1f1a872
LibJS: Implement exponentiation assignment operator (**=)
|
5 年 前 |
Linus Groh
|
3e754a15d4
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
|
5 年 前 |
mattco98
|
adb4accab3
LibJS: Add template literals
|
5 年 前 |
Linus Groh
|
43c1fa9965
LibJS: Implement (no-op) debugger statement
|
5 年 前 |
mattco98
|
80fecc615a
LibJS: Add spreading in array literals
|
5 年 前 |
Linus Groh
|
95b51e857d
LibJS: Add TokenType::TemplateLiteral
|
5 年 前 |
Stephan Unverwerth
|
9477efe970
LibJS: Handle HTML-style comments
|
5 年 前 |
Stephan Unverwerth
|
f8f65053bd
LibJS: Parse "this" as ThisExpression
|
5 年 前 |
AnotherTest
|
7b54274ac5
LibJS: Report the start position of a token as its line column
|
5 年 前 |
AnotherTest
|
cdb627a516
LibJS: Allow lexer to run without logging errors
|
5 年 前 |
Stephan Unverwerth
|
500f6d9e3a
LibJS: Add numeric literal parsing for different bases and exponents
|
5 年 前 |
Brian Gianforcaro
|
dd112421b4
LibJS: Plumb line and column information through Lexer / Parser
|
5 年 前 |
Andreas Kling
|
9ebd066ac8
LibJS: Add support for "continue" inside "for" statements :^)
|
5 年 前 |
Andreas Kling
|
a860a3f793
LibJS: Hack the lexer to allow numbers with decimals
|
5 年 前 |
Linus Groh
|
2636cac6e4
LibJS: Remove UndefinedLiteral, add undefined to global object
|
5 年 前 |
Jack Karamanian
|
098f1cd0ca
LibJS: Add support for arrow functions
|
5 年 前 |
Andreas Kling
|
1923051c5b
LibJS: Lexer and parser support for "switch" statements
|
5 年 前 |
Andreas Kling
|
faddf3a1db
LibJS: Implement "throw"
|
5 年 前 |
Andreas Kling
|
6dc4b23e2f
LibJS: Teach the lexer to recognize ">=" and "<=" :^)
|
5 年 前 |
0xtechnobabble
|
bc002f807a
LibJS: Parse object expressions
|
5 年 前 |
0xtechnobabble
|
cfd710eb31
LibJS: Implement null and undefined literals
|
5 年 前 |
Stephan Unverwerth
|
c0e6234219
LibJS: Lex single quote strings, escaped chars and unterminated strings
|
5 年 前 |