Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 7912f33ea0 LibJS: Add NativeFunction, a callable wrapper around a C++ lambda há 5 anos atrás
  Andreas Kling cc8e3048bc LibJS: Fix NumericLiteral::dump() output há 5 anos atrás
  Andreas Kling 25db856134 LibJS: Dump CallExpression arguments (if any) há 5 anos atrás
  0xtechnobabble ee5a49e2fe LibJS: Implement const variable declarations há 5 anos atrás
  0xtechnobabble 8557bc56f7 LibJS: Implement update expressions há 5 anos atrás
  Andreas Kling 4dc1d6654f LibJS: Tweak AssignmentOp names há 5 anos atrás
  Conrad Pankoff 097e1af4e8 LibJS: Implement for statement há 5 anos atrás
  Conrad Pankoff 2b36b4f09f LibJS: Implement +=, -=, *=, and /= assignment operators há 5 anos atrás
  Conrad Pankoff 0fe87c5fec LibJS: Implement <= and >= binary operators há 5 anos atrás
  Conrad Pankoff fdf7f81ba9 LibJS: Implement multiplication and division operators há 5 anos atrás
  howar6hill 01133733dd LibJS: Allow functions to take arguments (#1405) há 5 anos atrás
  Andreas Kling 425fd3ce51 LibJS: Defer Value construction until a Literal is executed há 5 anos atrás
  Andreas Kling 0d42097cf1 LibJS: Forgot to move add/sub/typed_eq to Value.cpp há 5 anos atrás
  Stephan Unverwerth f3a9eba987 LibJS: Add Javascript lexer and parser há 5 anos atrás
  0xtechnobabble df40c85f80 LibJS: Allow the choice of a scope of declaration for a variable (#1408) há 5 anos atrás
  Andreas Kling 542108421e LibJS: Support "hello friends".length há 5 anos atrás
  Andreas Kling 29c7a5dcbe LibJS: Simplify Literal::dump() há 5 anos atrás
  Andreas Kling 7de35118a9 LibJS: Move Value ops into Value.cpp and tweak BinaryOp names há 5 anos atrás
  Andreas Kling fe6bd9650f LibJS: Use Value::to_boolean() wherever we haven't checked is_boolean() há 5 anos atrás
  Andreas Kling dc0b091c31 LibJS: Implement basic boolean coercion há 5 anos atrás
  Andreas Kling 0d6be2cac2 LibJS: Make FunctionDeclaration and CallExpression scope-aware há 5 anos atrás
  Andreas Kling 26165cd92a LibJS: Add a very simple ObjectExpression for "var x = {}" há 5 anos atrás
  Andreas Kling 15d8b9c671 LibJS: Add magical "$gc" function that can be called to trigger GC há 5 anos atrás
  Andreas Kling 1382dbc5e1 LibJS: Add basic support for (scoped) variables há 5 anos atrás
  0xtechnobabble 5e817ee678 LibJS: Move logical not operator to new unary expression class há 5 anos atrás
  0xtechnobabble 65343388b8 LibJS: Add new bitwise and relational operators há 5 anos atrás
  howar6hill 1c83c5ed08 LibJS: Implement While statements há 5 anos atrás
  Andreas Kling 63e4b744ed LibJS: Add a basic mark&sweep garbage collector :^) há 5 anos atrás
  0xtechnobabble b6307beb6e LibJS: Implement if statements há 5 anos atrás
  0xtechnobabble a96bf2c22e LibJS: Implement logical expressions há 5 anos atrás