Historique des commits

Auteur SHA1 Message Date
  Matthew Olsson bc1c556755 LibJS: Move regex logic to main Lexer if statement il y a 5 ans
  Matthew Olsson cc7462daeb LibJS: Properly consume escaped backslash in regex literal il y a 5 ans
  Matthew Olsson 1fadde2483 LibJS: Fix big int division lexing as UnterminatedRegexLiteral il y a 5 ans
  Linus Groh 0ff9d7e189 LibJS: Add BigInt il y a 5 ans
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects il y a 5 ans
  Paul Redmond 11405c5139 LibJS: Fix incorrect token column values (#2401) il y a 5 ans
  Linus Groh 00b61a212f LibJS: Remove syntax errors from lexer 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 9477efe970 LibJS: Handle HTML-style comments il y a 5 ans
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression il y a 5 ans
  AnotherTest 7b54274ac5 LibJS: Report the start position of a token as its line column il y a 5 ans
  AnotherTest cdb627a516 LibJS: Allow lexer to run without logging errors il y a 5 ans
  Stephan Unverwerth 500f6d9e3a LibJS: Add numeric literal parsing for different bases and exponents 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
  Andreas Kling a860a3f793 LibJS: Hack the lexer to allow numbers with decimals 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 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
  Andreas Kling 6dc4b23e2f LibJS: Teach the lexer to recognize ">=" and "<=" :^) 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