Commit History

Author SHA1 Message Date
  Linus Groh 038051d205 LibJS: Parse while statements 5 years ago
  Stephan Unverwerth bf5b251684 LibJS: Allow reserved words as keys in object expressions. 5 years ago
  Stephan Unverwerth 07f838dc4e LibJS: Implement automatic semicolon insertion 5 years ago
  Andreas Kling ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope 5 years ago
  Stephan Unverwerth 984c290ec0 LibJS: Do not execute scripts with parse errors 5 years ago
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) 5 years ago
  Andreas Kling f8393b80e3 LibJS: Add support for do..while statements 5 years ago
  Andreas Kling 0622181d1f LibJS: Implement ConditionalExpression (ternary "?:" operator) 5 years ago
  Jack Karamanian 098f1cd0ca LibJS: Add support for arrow functions 5 years ago
  Jack Karamanian f90da71d28 LibJS: Add Parser save_state() and load_state() functions 5 years ago
  Andreas Kling 1923051c5b LibJS: Lexer and parser support for "switch" statements 5 years ago
  Andreas Kling 0593ce406b LibJS: Implement basic support for the "new" keyword 5 years ago
  Andreas Kling faddf3a1db LibJS: Implement "throw" 5 years ago
  Andreas Kling c33d4aefc3 LibJS: Parse "try", "catch" and "finally" 5 years ago
  Andreas Kling df524203b2 LibJS: Consume semicolon at the end of a statement 5 years ago
  Andreas Kling 7c48c3c8e1 LibJS: Parse "if" statements 5 years ago
  Andreas Kling a82f64d3d6 LibJS: Parse ArrayExpression and start implementing Array objects 5 years ago
  Andreas Kling 07679e347c LibJS: Parse FunctionExpressions 5 years ago
  Andreas Kling ddd69e3660 LibJS: Make the AST reference-counted 5 years ago
  0xtechnobabble 2e90a7eb2d LibJS/Parser: Implement the parsing of unary/prefixed update expressions 5 years ago
  Stephan Unverwerth 15d5b2d29e LibJS: Add operator precedence parsing 5 years ago
  Conrad Pankoff 097e1af4e8 LibJS: Implement for statement 5 years ago
  Stephan Unverwerth f3a9eba987 LibJS: Add Javascript lexer and parser 5 years ago