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

Аутор SHA1 Порука Датум
  Matthew Olsson 9a82c22a85 LibJS: Disallow 'return' outside of a function пре 4 година
  Linus Groh 283ee678f7 LibJS: Validate all assignment expressions, not just "=" пре 4 година
  Linus Groh bc701658f8 LibJS: Use String::formatted() for parser error messages пре 4 година
  Matthew Olsson 6eb6752c4c LibJS: Strict mode is now handled by Functions and Programs, not Blocks пре 4 година
  Muhammad Zahalqa 5a2ec86048 LibJS: Parser refactored to use constexpr precedence table пре 5 година
  Jack Karamanian 7533fd8b02 LibJS: Initial class implementation; allow super expressions in object пре 5 година
  Matthew Olsson 61ac1d3ffa LibJS: Lex and parse regex literals, add RegExp objects пре 5 година
  Marcin Gasperowicz 2579d0bf55 LibJS: Hoist function declarations пре 5 година
  Matthew Olsson ab576e610c LibJS: Rewrite Parser.parse_object_expression() пре 5 година
  Matthew Olsson 10bf4ba3dc LibJS: Parse labelled statements пре 5 година
  Matthew Olsson 786722149b LibJS: Add strict mode пре 5 година
  Matthew Olsson cc54974431 LibJS: Fix out-of-range error in Parser::Error::source_location_hint пре 5 година
  Linus Groh 2d47b30256 LibJS: Add Error::source_location_hint() пре 5 година
  Linus Groh 07af2e6b2c LibJS: Implement basic for..in and for..of loops пре 5 година
  Matthew Olsson e415dd4e9c LibJS: Handle hex and unicode escape sequences in string literals пре 5 година
  Linus Groh 33defef267 LibJS: Let parser keep track of errors пре 5 година
  Linus Groh 00b61a212f LibJS: Remove syntax errors from lexer пре 5 година
  Matthew Olsson b5f1df57ed LibJS: Add raw strings to tagged template literals пре 5 година
  mattco98 adb4accab3 LibJS: Add template literals пре 5 година
  Matthew Olsson 5e66f1900b LibJS: Add function default arguments пре 5 година
  Linus Groh 43c1fa9965 LibJS: Implement (no-op) debugger statement пре 5 година
  Matthew Olsson 28ef654d13 LibJS: Add object literal method shorthand пре 5 година
  Linus Groh 624eaa32af LibJS: Add Parser::syntax_error() helper пре 5 година
  Linus Groh 038051d205 LibJS: Parse while statements пре 5 година
  Stephan Unverwerth bf5b251684 LibJS: Allow reserved words as keys in object expressions. пре 5 година
  Stephan Unverwerth 07f838dc4e LibJS: Implement automatic semicolon insertion пре 5 година
  Andreas Kling ac7459cb40 LibJS: Hoist variable declarations to the nearest relevant scope пре 5 година
  Stephan Unverwerth 984c290ec0 LibJS: Do not execute scripts with parse errors пре 5 година
  Andreas Kling 9ebd066ac8 LibJS: Add support for "continue" inside "for" statements :^) пре 5 година
  Andreas Kling f8393b80e3 LibJS: Add support for do..while statements пре 5 година