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