Historial de Commits

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