summaryrefslogtreecommitdiff
path: root/Libraries/LibRegex/RegexLexer.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-06LibRegex: Remove Lexer::slice_back() and just use StringViewsAnotherTest
2020-11-28LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262)AnotherTest
2020-11-27LibRegex: Implement an ECMA262-compatible parserAnotherTest
2020-11-27LibRegex: Add a regular expression libraryEmanuel Sprung