Andrew Kaster 896d4e8dc1 LibRegex: Don't build LibRegex/C/Regex.cpp on Lagom 2 years ago
..
C 896d4e8dc1 LibRegex: Don't build LibRegex/C/Regex.cpp on Lagom 2 years ago
CMakeLists.txt 246ab432ff LibRegex: Add a basic optimization pass 3 years ago
Forward.h a54be656ae LibRegex: Don't push LibRegex's "Error" into the global namespace 3 years ago
Regex.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
RegexByteCode.cpp 48cb15283a LibRegex: Explicitly check if a character falls into a table-based range 2 years ago
RegexByteCode.h 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal 3 years ago
RegexBytecodeStreamOptimizer.h 97a333608e LibRegex: Make codegen+optimisation for alternatives much faster 3 years ago
RegexDebug.h 7c5e30daaa Everywhere: Fix badly-formatted includes 2 years ago
RegexError.h 578d73943a LibC+LibRegex: Move central regex definitions into LibC/bits 2 years ago
RegexLexer.cpp fbc771efe9 Everywhere: Use default StringView constructor over nullptr 3 years ago
RegexLexer.h fbc771efe9 Everywhere: Use default StringView constructor over nullptr 3 years ago
RegexMatch.h 5422691f07 LibRegex: Remove RegexStringView(char const*) constructor 3 years ago
RegexMatcher.cpp 8763dbcccc Everywhere: Remove a bunch of dead write-only variables 2 years ago
RegexMatcher.h 3729fd06fa LibRegex: Do not return an Optional from Regex::Matcher::execute 3 years ago
RegexOptimizer.cpp 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal 3 years ago
RegexOptions.h 578d73943a LibC+LibRegex: Move central regex definitions into LibC/bits 2 years ago
RegexParser.cpp 660d2b53b1 LibRegex: Account for eof after \<x> when 'x' leads to legacy behaviour 2 years ago
RegexParser.h 598dc74a76 LibRegex: Partially implement the ECMAScript unicodeSets proposal 3 years ago