Историја ревизија

Аутор SHA1 Порука Датум
  Linus Groh 15642874f3 LibJS: Support all line terminators (LF, CR, LS, PS) пре 4 година
  Linus Groh 46cc1f718e LibJS: Unprefixed octal numbers are a syntax error in strict mode пре 4 година
  Stephan Unverwerth 2c888b3c6e LibJS: Fix parsing of invalid numeric literals пре 4 година
  Andreas Kling d8269c343c LibJS: Avoid creating temporary Strings to look up tokens while lexing пре 4 година
  Linus Groh aa71dae03c LibJS: Implement logical assignment operators (&&=, ||=, ??=) пре 4 година
  Ben Wiederhake 5d3c437cce LibJS: Fix start position of multi-line tokens пре 4 година
  Matthew Olsson bc1c556755 LibJS: Move regex logic to main Lexer if statement пре 5 година
  Matthew Olsson cc7462daeb LibJS: Properly consume escaped backslash in regex literal пре 5 година
  Matthew Olsson 1fadde2483 LibJS: Fix big int division lexing as UnterminatedRegexLiteral пре 5 година
  Linus Groh 0ff9d7e189 LibJS: Add BigInt пре 5 година
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects пре 5 година
  Paul Redmond 11405c5139 LibJS: Fix incorrect token column values (#2401) пре 5 година
  Linus Groh 00b61a212f LibJS: Remove syntax errors from lexer пре 5 година
  Linus Groh 1383cd23bc LibJS: Add missing keywords/tokens пре 5 година
  Linus Groh a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) пре 5 година
  Linus Groh 3e754a15d4 LibJS: Implement bitwise assignment operators (&=, |=, ^=) пре 5 година
  mattco98 adb4accab3 LibJS: Add template literals пре 5 година
  Linus Groh 43c1fa9965 LibJS: Implement (no-op) debugger statement пре 5 година
  mattco98 80fecc615a LibJS: Add spreading in array literals пре 5 година
  Linus Groh 95b51e857d LibJS: Add TokenType::TemplateLiteral пре 5 година
  Stephan Unverwerth 9477efe970 LibJS: Handle HTML-style comments пре 5 година
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression пре 5 година
  AnotherTest 7b54274ac5 LibJS: Report the start position of a token as its line column пре 5 година
  AnotherTest cdb627a516 LibJS: Allow lexer to run without logging errors пре 5 година
  Stephan Unverwerth 500f6d9e3a LibJS: Add numeric literal parsing for different bases and exponents пре 5 година
  Brian Gianforcaro dd112421b4 LibJS: Plumb line and column information through Lexer / Parser пре 5 година
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) пре 5 година
  Andreas Kling a860a3f793 LibJS: Hack the lexer to allow numbers with decimals пре 5 година
  Linus Groh 2636cac6e4 LibJS: Remove UndefinedLiteral, add undefined to global object пре 5 година
  Jack Karamanian 098f1cd0ca LibJS: Add support for arrow functions пре 5 година