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.h
Age
Commit message (
Expand
)
Author
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-15
LibJS: Remove syntax errors from lexer
Linus Groh
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-04
LibJS: Add template literals
mattco98
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: Add Parser::syntax_error() helper
Linus Groh
2020-04-22
LibJS: Parse while statements
Linus Groh
2020-04-18
LibJS: Allow reserved words as keys in object expressions.
Stephan Unverwerth
2020-04-17
LibJS: Implement automatic semicolon insertion
Stephan Unverwerth
2020-04-13
LibJS: Hoist variable declarations to the nearest relevant scope
Andreas Kling
2020-04-13
LibJS: Do not execute scripts with parse errors
Stephan Unverwerth
2020-04-05
LibJS: Add support for "continue" inside "for" statements :^)
Andreas Kling
2020-04-04
LibJS: Add support for do..while statements
Andreas Kling
2020-04-03
LibJS: Implement ConditionalExpression (ternary "?:" operator)
Andreas Kling
2020-03-30
LibJS: Add support for arrow functions
Jack Karamanian
2020-03-30
LibJS: Add Parser save_state() and load_state() functions
Jack Karamanian
2020-03-29
LibJS: Lexer and parser support for "switch" statements
Andreas Kling
2020-03-28
LibJS: Implement basic support for the "new" keyword
Andreas Kling
2020-03-24
LibJS: Implement "throw"
Andreas Kling
2020-03-24
LibJS: Parse "try", "catch" and "finally"
Andreas Kling
2020-03-23
LibJS: Consume semicolon at the end of a statement
Andreas Kling
2020-03-21
LibJS: Parse "if" statements
Andreas Kling
2020-03-20
LibJS: Parse ArrayExpression and start implementing Array objects
Andreas Kling
2020-03-19
LibJS: Parse FunctionExpressions
Andreas Kling
2020-03-18
LibJS: Make the AST reference-counted
Andreas Kling
2020-03-14
LibJS/Parser: Implement the parsing of unary/prefixed update expressions
0xtechnobabble
2020-03-14
LibJS: Add operator precedence parsing
Stephan Unverwerth
2020-03-12
LibJS: Implement for statement
Conrad Pankoff
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth