ladybird/Userland/Libraries/LibRegex
2021-07-13 07:04:06 +02:00
..
C LibRegex+LibC: Make re_nsub available to the user 2021-07-13 07:04:06 +02:00
CMakeLists.txt Tests: Move LibRegex tests to Tests/LibRegex 2021-05-06 17:54:28 +02:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Regex.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexByteCode.cpp LibRegex: Display correct position for Compare in REGEX_DEBUG 2021-06-16 16:30:12 +04:30
RegexByteCode.h LibRegex: Make the bytecode transformation functions static 2021-07-10 13:33:08 +02:00
RegexDebug.h LibRegex: Make get_opcode() return a reference 2021-06-14 16:09:58 +04:30
RegexError.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexLexer.cpp Userland: Allow building SerenityOS with -funsigned-char 2021-06-13 18:52:58 +02:00
RegexLexer.h Userland: Allow building SerenityOS with -funsigned-char 2021-06-13 18:52:58 +02:00
RegexMatch.h LibRegex: Display correct position for Compare in REGEX_DEBUG 2021-06-16 16:30:12 +04:30
RegexMatcher.cpp LibRegex: Add support for the Basic POSIX regular expressions 2021-07-10 13:33:08 +02:00
RegexMatcher.h LibRegex: Break from execution loop when the sticky flag is set 2021-07-09 19:45:55 +01:00
RegexOptions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexParser.cpp LibRegex: Consider EOF in the middle of a range an error 2021-07-13 07:04:06 +02:00
RegexParser.h LibRegex: Use the parser state capture group count in BRE 2021-07-10 23:14:08 +04:30