Historique des commits

Auteur SHA1 Message Date
  Matthew Olsson e415dd4e9c LibJS: Handle hex and unicode escape sequences in string literals il y a 5 ans
  Linus Groh 1383cd23bc LibJS: Add missing keywords/tokens il y a 5 ans
  Linus Groh a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) il y a 5 ans
  Linus Groh 3e754a15d4 LibJS: Implement bitwise assignment operators (&=, |=, ^=) il y a 5 ans
  mattco98 adb4accab3 LibJS: Add template literals il y a 5 ans
  Linus Groh 43c1fa9965 LibJS: Implement (no-op) debugger statement il y a 5 ans
  mattco98 80fecc615a LibJS: Add spreading in array literals il y a 5 ans
  Linus Groh 95b51e857d LibJS: Add TokenType::TemplateLiteral il y a 5 ans
  Stephan Unverwerth bf5b251684 LibJS: Allow reserved words as keys in object expressions. il y a 5 ans
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression il y a 5 ans
  Brian Gianforcaro dd112421b4 LibJS: Plumb line and column information through Lexer / Parser il y a 5 ans
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) il y a 5 ans
  Linus Groh 2636cac6e4 LibJS: Remove UndefinedLiteral, add undefined to global object il y a 5 ans
  Jack Karamanian 098f1cd0ca LibJS: Add support for arrow functions il y a 5 ans
  Andreas Kling a1c718e387 LibJS: Use some macro magic to avoid duplicating all the token types il y a 5 ans
  Andreas Kling 1923051c5b LibJS: Lexer and parser support for "switch" statements il y a 5 ans
  Andreas Kling faddf3a1db LibJS: Implement "throw" il y a 5 ans
  0xtechnobabble bc002f807a LibJS: Parse object expressions il y a 5 ans
  0xtechnobabble cfd710eb31 LibJS: Implement null and undefined literals il y a 5 ans
  Stephan Unverwerth c0e6234219 LibJS: Lex single quote strings, escaped chars and unterminated strings il y a 5 ans
  Stephan Unverwerth 15d5b2d29e LibJS: Add operator precedence parsing il y a 5 ans
  Conrad Pankoff 097e1af4e8 LibJS: Implement for statement il y a 5 ans
  Conrad Pankoff e88f2f15ee LibJS: Parse === and !== binary operators il y a 5 ans
  Conrad Pankoff 0fe87c5fec LibJS: Implement <= and >= binary operators il y a 5 ans
  Stephan Unverwerth f3a9eba987 LibJS: Add Javascript lexer and parser il y a 5 ans