Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Linus Groh 00b61a212f LibJS: Remove syntax errors from lexer 5 gadi atpakaļ
  Linus Groh 1383cd23bc LibJS: Add missing keywords/tokens 5 gadi atpakaļ
  Linus Groh a2e1f1a872 LibJS: Implement exponentiation assignment operator (**=) 5 gadi atpakaļ
  Linus Groh 3e754a15d4 LibJS: Implement bitwise assignment operators (&=, |=, ^=) 5 gadi atpakaļ
  mattco98 adb4accab3 LibJS: Add template literals 5 gadi atpakaļ
  Linus Groh 43c1fa9965 LibJS: Implement (no-op) debugger statement 5 gadi atpakaļ
  mattco98 80fecc615a LibJS: Add spreading in array literals 5 gadi atpakaļ
  Linus Groh 95b51e857d LibJS: Add TokenType::TemplateLiteral 5 gadi atpakaļ
  Stephan Unverwerth 9477efe970 LibJS: Handle HTML-style comments 5 gadi atpakaļ
  Stephan Unverwerth f8f65053bd LibJS: Parse "this" as ThisExpression 5 gadi atpakaļ
  AnotherTest 7b54274ac5 LibJS: Report the start position of a token as its line column 5 gadi atpakaļ
  AnotherTest cdb627a516 LibJS: Allow lexer to run without logging errors 5 gadi atpakaļ
  Stephan Unverwerth 500f6d9e3a LibJS: Add numeric literal parsing for different bases and exponents 5 gadi atpakaļ
  Brian Gianforcaro dd112421b4 LibJS: Plumb line and column information through Lexer / Parser 5 gadi atpakaļ
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) 5 gadi atpakaļ
  Andreas Kling a860a3f793 LibJS: Hack the lexer to allow numbers with decimals 5 gadi atpakaļ
  Linus Groh 2636cac6e4 LibJS: Remove UndefinedLiteral, add undefined to global object 5 gadi atpakaļ
  Jack Karamanian 098f1cd0ca LibJS: Add support for arrow functions 5 gadi atpakaļ
  Andreas Kling 1923051c5b LibJS: Lexer and parser support for "switch" statements 5 gadi atpakaļ
  Andreas Kling faddf3a1db LibJS: Implement "throw" 5 gadi atpakaļ
  Andreas Kling 6dc4b23e2f LibJS: Teach the lexer to recognize ">=" and "<=" :^) 5 gadi atpakaļ
  0xtechnobabble bc002f807a LibJS: Parse object expressions 5 gadi atpakaļ
  0xtechnobabble cfd710eb31 LibJS: Implement null and undefined literals 5 gadi atpakaļ
  Stephan Unverwerth c0e6234219 LibJS: Lex single quote strings, escaped chars and unterminated strings 5 gadi atpakaļ
  Stephan Unverwerth 15d5b2d29e LibJS: Add operator precedence parsing 5 gadi atpakaļ
  Oriko 2d7f4bea90 LibJS: Fix endless loop in string lexing 5 gadi atpakaļ
  Stephan Unverwerth ac524b632f LibJS: Fix lexing of the last character in a file 5 gadi atpakaļ
  Andreas Kling 4781e3fb72 LibJS: Fix some coding style mistakes in Lexer 5 gadi atpakaļ
  Conrad Pankoff 097e1af4e8 LibJS: Implement for statement 5 gadi atpakaļ
  Conrad Pankoff e88f2f15ee LibJS: Parse === and !== binary operators 5 gadi atpakaļ