Age | Commit message (Expand) | Author |
---|---|---|
2020-03-11 | LibJS: Support "hello friends".length | Andreas Kling |
2020-03-10 | LibJS: Let's say that Identifier is an Expression for now | Andreas Kling |
2020-03-10 | LibJS: Move Value ops into Value.cpp and tweak BinaryOp names | Andreas Kling |
2020-03-09 | LibJS: Add a very simple ObjectExpression for "var x = {}" | Andreas Kling |
2020-03-09 | LibJS: Add basic support for (scoped) variables | Andreas Kling |
2020-03-09 | LibJS: Move logical not operator to new unary expression class | 0xtechnobabble |
2020-03-09 | LibJS: Add new bitwise and relational operators | 0xtechnobabble |
2020-03-09 | LibJS: Remove superfluous explicit in AST.h (#1395) | howar6hill |
2020-03-09 | LibJS: Implement While statements | howar6hill |
2020-03-08 | LibJS: Implement if statements | 0xtechnobabble |
2020-03-08 | LibJS: Implement logical expressions | 0xtechnobabble |
2020-03-08 | LibJS: Add typed comparison operator | 0xtechnobabble |
2020-03-07 | LibJS: Start building a JavaScript engine for SerenityOS :^) | Andreas Kling |