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
/
Parser.cpp
Age
Commit message (
Expand
)
Author
2020-06-29
LibJS: Initial class implementation; allow super expressions in object
Jack Karamanian
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-07
LibJS: Lex and parse regex literals, add RegExp objects
Matthew Olsson
2020-06-06
LibJS: Hoist function declarations
Marcin Gasperowicz
2020-06-04
LibJS: Fix Parser.parse_template_literal looping forever
Matthew Olsson
2020-06-01
LibJS: Replace some parser assertions by syntax errors
Sergey Bugaev
2020-06-01
LibJS: Rewrite Parser.parse_object_expression()
Matthew Olsson
2020-05-30
LibJS: Track whether ScriptFunctions and FunctionExpressions are arrow
Jack Karamanian
2020-05-30
LibJS: Parse arrow function expression with correct precedence
Marcin Gasperowicz
2020-05-29
LibJS: Integrate labels into the Interpreter
Matthew Olsson
2020-05-29
LibJS: Parse labels in continue and break statements
Matthew Olsson
2020-05-29
LibJS: Parse labelled statements
Matthew Olsson
2020-05-29
LibJS: New expressions look for expressions with correct precedence
Matthew Olsson
2020-05-29
LibJS: Fix conditional expression precedence
Matthew Olsson
2020-05-28
LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax error
Matthew Olsson
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-25
LibJS: Implement basic for..in and for..of loops
Linus Groh
2020-05-22
LibJS: Add object literal getter/setter shorthand
Matthew Olsson
2020-05-22
LibJS: Disallow multiple parameters in paren-less arrow function
Linus Groh
2020-05-18
LibJS: Handle hex and unicode escape sequences in string literals
Matthew Olsson
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-13
LibJS: Check AssignmentExpression LHS in parser
Linus Groh
2020-05-11
LibJS: Parse comma operator into SequenceExpression
Linus Groh
2020-05-07
LibJS: Limit scope of 'for' loop variables
Yonatan Goldschmidt
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-06
LibJS: Add function call spreading
Matthew Olsson
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
LibJS: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-06
LibJS: Fix syntax error for arrow function non-decl variable assignment
Matthew Olsson
2020-05-05
LibJS: Implement modulo assignment operator (%=)
Linus Groh
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-04
LibJS: Implement rest parameters
Linus Groh
2020-05-04
LibJS: Add template literals
mattco98
2020-05-03
LibJS: Support empty statements
Linus Groh
2020-05-03
LibJS: Add function default arguments
Matthew Olsson
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-05-01
LibJS: Add object literal method shorthand
Matthew Olsson
2020-04-30
LibJS: Enforce that ++/-- operand is an identifier or member expression
Linus Groh
2020-04-30
LibJS: Add Parser::syntax_error() helper
Linus Groh
2020-04-28
LibJS: Add spreading in object literals
mattco98
2020-04-27
LibJS: Add spreading in array literals
mattco98
2020-04-26
LibJS: Implement basic support for the "delete" operator
Andreas Kling
2020-04-24
LibJS: Add TokenType::TemplateLiteral
Linus Groh
2020-04-23
LibJS: Implement computed properties in object expressions
Linus Groh
2020-04-23
LibJS: Require colon in object expression for non-identifier keys
Linus Groh
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
2020-04-23
LibJS: Implement bitwise unsigned right shift operator (>>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise right shift operator (>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise left shift operator (<<)
Linus Groh
[next]