Historique des commits

Auteur SHA1 Message Date
  Linus Groh 15642874f3 LibJS: Support all line terminators (LF, CR, LS, PS) il y a 4 ans
  Linus Groh 46cc1f718e LibJS: Unprefixed octal numbers are a syntax error in strict mode il y a 4 ans
  Stephan Unverwerth 2c888b3c6e LibJS: Fix parsing of invalid numeric literals il y a 4 ans
  Andreas Kling d8269c343c LibJS: Avoid creating temporary Strings to look up tokens while lexing il y a 4 ans
  Linus Groh aa71dae03c LibJS: Implement logical assignment operators (&&=, ||=, ??=) il y a 4 ans
  Ben Wiederhake 5d3c437cce LibJS: Fix start position of multi-line tokens il y a 4 ans
  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