Historial de Commits

Autor SHA1 Mensaje Fecha
  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
  Stephan Unverwerth c0e6234219 LibJS: Lex single quote strings, escaped chars and unterminated strings hace 5 años
  Stephan Unverwerth 15d5b2d29e LibJS: Add operator precedence parsing hace 5 años
  Oriko 2d7f4bea90 LibJS: Fix endless loop in string lexing hace 5 años
  Stephan Unverwerth ac524b632f LibJS: Fix lexing of the last character in a file hace 5 años
  Andreas Kling 4781e3fb72 LibJS: Fix some coding style mistakes in Lexer hace 5 años
  Conrad Pankoff 097e1af4e8 LibJS: Implement for statement hace 5 años
  Conrad Pankoff e88f2f15ee LibJS: Parse === and !== binary operators hace 5 años