Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn d485cf29d7 LibRegex+LibUnicode: Begin implementing Unicode property escapes hace 4 años
  Ali Mohammad Pur faef523567 LibRegex: Make unclosed-at-eof brace quantifiers an error hace 4 años
  Timothy Flynn 345ef6abba LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}" hace 4 años
  Timothy Flynn 47f6bb38a1 LibRegex: Support UTF-16 RegexStringView and improve Unicode matching hace 4 años
  Ali Mohammad Pur 36bfc912fc LibRegex: Switch to east-const style hace 4 años
  Ali Mohammad Pur c8b2199251 LibRegex: Clear previous capture group contents in ECMA262 mode hace 4 años
  Ali Mohammad Pur 9cdea2d521 LibRegex: Consider EOF in the middle of a range an error hace 4 años
  Ali Mohammad Pur 1b2728f1ed LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE hace 4 años
  Ali Mohammad Pur 6e35b94034 LibRegex: Implement lookaround in ERE hace 4 años
  Ali Mohammad Pur 5f4e1338a1 LibRegex: Allow empty character classes in {B,E}RE hace 4 años
  Ali Mohammad Pur 189922f442 LibRegex: Disallow excessively large repetition counts in {B,E}RE hace 4 años
  Ali Mohammad Pur 11a8476cf4 LibRegex: Use the parser state capture group count in BRE hace 4 años
  Ali Mohammad Pur 1c584e9d80 LibRegex: Correctly parse BRE bracket expressions hace 4 años
  Ali Mohammad Pur 54d89609de LibRegex: Add support for the Basic POSIX regular expressions hace 4 años
  Ali Mohammad Pur addfa1e82e LibRegex: Make the bytecode transformation functions static hace 4 años
  Timothy Flynn 65003241e4 LibRegex: Allow dollar signs in ECMA262 named capture groups hace 4 años
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) hace 4 años
  Linus Groh 939da41fa1 LibRegex: Fix compilation errors on my host machine hace 4 años
  Linus Groh a5903ac4b6 LibRegex: Hide stray dbgln() behind REGEX_DEBUG hace 4 años
  Andreas Kling 12a42edd13 Everywhere: codepoint => code point hace 4 años
  Linus Groh dac0554fa0 LibRegex: Replace fprintf()/printf() with warnln()/outln()/dbgln() hace 4 años
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  AnotherTest 5a14f7ea2f LibRegex: Generate a 'Compare' op for empty character classes hace 4 años
  AnotherTest c128b3fd91 LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed hace 4 años
  AnotherTest 1b071455b1 LibRegex: Treat brace quantifiers with invalid contents as literals hace 4 años
  AnotherTest e9279d1790 LibRegex: Allow a '?' suffix for brace quantifiers hace 4 años
  Jelle Raaijmakers db321db5f4 LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0") hace 4 años
  AnotherTest 1bdc1cf77e LibRegex: Consider named capture groups as normal capture groups too hace 4 años
  AnotherTest be0182d049 LibRegex: Reset capture group indices when resetting parser state hace 4 años