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-04-15
LibJS: Implement void operator
Linus Groh
2020-04-13
LibJS: Hoist variable declarations to the nearest relevant scope
Andreas Kling
2020-04-13
LibJS: Parse "this" as ThisExpression
Stephan Unverwerth
2020-04-08
LibJS: rename JS::DeclarationType => JS::DeclarationKind
Emanuele Torre
2020-04-07
LibJS: Break loop on EOF when parsing object expression
Linus Groh
2020-04-07
LibJS: Allow parsing numeric and string literals in object expressions
DexesTTP
2020-04-05
LibJS: Fix do..while parsing by consuming parentheses explicitly (#1652)
Maxim Brunnmeier
2020-04-05
LibJS: Implement exponentiation (** operator)
Linus Groh
2020-04-05
LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash}
Linus Groh
2020-04-05
LibJS: Plumb line and column information through Lexer / Parser
Brian Gianforcaro
2020-04-05
LibJS: Add support for "continue" inside "for" statements :^)
Andreas Kling
2020-04-04
LibJS: Support VariableDeclaration with multiple declarators
Andreas Kling
2020-04-04
LibJS: Add support for do..while statements
Andreas Kling
2020-04-04
LibJS: Add basic support for modulo (%) in binary expressions
Andreas Kling
2020-04-04
LibJS: Allow "for" statement without curly braces around body
Andreas Kling
2020-04-03
LibJS: Fix logical expressions
Linus Groh
2020-04-03
LibJS: Parse binary bitwise operators
Linus Groh
2020-04-03
LibJS: Implement ConditionalExpression (ternary "?:" operator)
Andreas Kling
2020-04-03
LibJS: Remove UndefinedLiteral, add undefined to global object
Linus Groh
2020-04-02
LibJS: Implement unary plus / minus
Linus Groh
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 the "instanceof" operator
Andreas Kling
2020-03-28
LibJS: Implement basic support for the "new" keyword
Andreas Kling
2020-03-28
LibJS: Fix broken parsing of `!o.a`
Andreas Kling
2020-03-25
LibJS: Handle "for" statements with empty initializer and updater
Andreas Kling
2020-03-25
LibJS: Fix parsing of `if (typeof "foo" === "string")`
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-23
LibJS: Implement "else" parsing
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-21
LibJS: Parse "if" statements
Andreas Kling
2020-03-21
LibJS: Parse object expressions
0xtechnobabble
2020-03-20
LibJS: Parse computed MemberExpressions
Andreas Kling
2020-03-20
LibJS: Parse ArrayExpression and start implementing Array objects
Andreas Kling
2020-03-19
LibJS: Prefer FunctionDeclaration if a statement begins with "function"
Andreas Kling
2020-03-19
LibJS: Parse FunctionExpressions
Andreas Kling
2020-03-18
LibJS: Make the AST reference-counted
Andreas Kling
2020-03-17
LibJS: Implement typeof operator
Conrad Pankoff
2020-03-16
LibJS: Implement abstract equality and inequality
0xtechnobabble
2020-03-16
LibJS/Parser: Parse logical expressions
0xtechnobabble
2020-03-16
LibJS: Implement null and undefined literals
0xtechnobabble
2020-03-14
LibJS/Parser: Implement the parsing of unary/prefixed update expressions
0xtechnobabble
2020-03-14
LibJS/Parser: Remove superfluous switch case
0xtechnobabble
2020-03-14
LibJS: Add operator precedence parsing
Stephan Unverwerth
2020-03-13
LibJS: Add parsed parameters to FunctionDeclaration
Linus Groh
2020-03-12
LibJS: Fix broken parsing of 0-argument CallExpression
Andreas Kling
2020-03-12
LibJS: Parse CallExpression arguments
Andreas Kling
[prev]
[next]