Commit Verlauf

Autor SHA1 Nachricht Datum
  Matthew Olsson e415dd4e9c LibJS: Handle hex and unicode escape sequences in string literals vor 5 Jahren
  Linus Groh 1383cd23bc LibJS: Add missing keywords/tokens vor 5 Jahren
  Linus Groh a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) vor 5 Jahren
  Linus Groh 3e754a15d4 LibJS: Implement bitwise assignment operators (&=, |=, ^=) vor 5 Jahren
  mattco98 adb4accab3 LibJS: Add template literals vor 5 Jahren
  Linus Groh 43c1fa9965 LibJS: Implement (no-op) debugger statement vor 5 Jahren
  mattco98 80fecc615a LibJS: Add spreading in array literals vor 5 Jahren
  Linus Groh 95b51e857d LibJS: Add TokenType::TemplateLiteral vor 5 Jahren
  Stephan Unverwerth bf5b251684 LibJS: Allow reserved words as keys in object expressions. vor 5 Jahren
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression vor 5 Jahren
  Brian Gianforcaro dd112421b4 LibJS: Plumb line and column information through Lexer / Parser vor 5 Jahren
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) vor 5 Jahren
  Linus Groh 2636cac6e4 LibJS: Remove UndefinedLiteral, add undefined to global object vor 5 Jahren
  Jack Karamanian 098f1cd0ca LibJS: Add support for arrow functions vor 5 Jahren
  Andreas Kling a1c718e387 LibJS: Use some macro magic to avoid duplicating all the token types vor 5 Jahren
  Andreas Kling 1923051c5b LibJS: Lexer and parser support for "switch" statements vor 5 Jahren
  Andreas Kling faddf3a1db LibJS: Implement "throw" vor 5 Jahren
  0xtechnobabble bc002f807a LibJS: Parse object expressions vor 5 Jahren
  0xtechnobabble cfd710eb31 LibJS: Implement null and undefined literals vor 5 Jahren
  Stephan Unverwerth c0e6234219 LibJS: Lex single quote strings, escaped chars and unterminated strings vor 5 Jahren
  Stephan Unverwerth 15d5b2d29e LibJS: Add operator precedence parsing vor 5 Jahren
  Conrad Pankoff 097e1af4e8 LibJS: Implement for statement vor 5 Jahren
  Conrad Pankoff e88f2f15ee LibJS: Parse === and !== binary operators vor 5 Jahren
  Conrad Pankoff 0fe87c5fec LibJS: Implement <= and >= binary operators vor 5 Jahren
  Stephan Unverwerth f3a9eba987 LibJS: Add Javascript lexer and parser vor 5 Jahren