Historie revizí

Autor SHA1 Zpráva Datum
  Matthew Olsson bc1c556755 LibJS: Move regex logic to main Lexer if statement před 5 roky
  Matthew Olsson cc7462daeb LibJS: Properly consume escaped backslash in regex literal před 5 roky
  Matthew Olsson 1fadde2483 LibJS: Fix big int division lexing as UnterminatedRegexLiteral před 5 roky
  Linus Groh 0ff9d7e189 LibJS: Add BigInt před 5 roky
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects před 5 roky
  Paul Redmond 11405c5139 LibJS: Fix incorrect token column values (#2401) před 5 roky
  Linus Groh 00b61a212f LibJS: Remove syntax errors from lexer před 5 roky
  Linus Groh 1383cd23bc LibJS: Add missing keywords/tokens před 5 roky
  Linus Groh a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) před 5 roky
  Linus Groh 3e754a15d4 LibJS: Implement bitwise assignment operators (&=, |=, ^=) před 5 roky
  mattco98 adb4accab3 LibJS: Add template literals před 5 roky
  Linus Groh 43c1fa9965 LibJS: Implement (no-op) debugger statement před 5 roky
  mattco98 80fecc615a LibJS: Add spreading in array literals před 5 roky
  Linus Groh 95b51e857d LibJS: Add TokenType::TemplateLiteral před 5 roky
  Stephan Unverwerth 9477efe970 LibJS: Handle HTML-style comments před 5 roky
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression před 5 roky
  AnotherTest 7b54274ac5 LibJS: Report the start position of a token as its line column před 5 roky
  AnotherTest cdb627a516 LibJS: Allow lexer to run without logging errors před 5 roky
  Stephan Unverwerth 500f6d9e3a LibJS: Add numeric literal parsing for different bases and exponents před 5 roky
  Brian Gianforcaro dd112421b4 LibJS: Plumb line and column information through Lexer / Parser před 5 roky
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) před 5 roky
  Andreas Kling a860a3f793 LibJS: Hack the lexer to allow numbers with decimals před 5 roky
  Linus Groh 2636cac6e4 LibJS: Remove UndefinedLiteral, add undefined to global object před 5 roky
  Jack Karamanian 098f1cd0ca LibJS: Add support for arrow functions před 5 roky
  Andreas Kling 1923051c5b LibJS: Lexer and parser support for "switch" statements před 5 roky
  Andreas Kling faddf3a1db LibJS: Implement "throw" před 5 roky
  Andreas Kling 6dc4b23e2f LibJS: Teach the lexer to recognize ">=" and "<=" :^) před 5 roky
  0xtechnobabble bc002f807a LibJS: Parse object expressions před 5 roky
  0xtechnobabble cfd710eb31 LibJS: Implement null and undefined literals před 5 roky
  Stephan Unverwerth c0e6234219 LibJS: Lex single quote strings, escaped chars and unterminated strings před 5 roky